mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/11150] Removes outdated TODO
PHPBB3-11150
This commit is contained in:
parent
60bf9af27a
commit
ed32ab89ad
3 changed files with 0 additions and 1 deletions
0
phpBB/composer-ext.json
Executable file → Normal file
0
phpBB/composer-ext.json
Executable file → Normal file
0
phpBB/composer-ext.lock
Executable file → Normal file
0
phpBB/composer-ext.lock
Executable file → Normal file
|
@ -170,7 +170,6 @@ class manager implements manager_interface
|
||||||
{
|
{
|
||||||
$packages = $this->normalize_version($packages);
|
$packages = $this->normalize_version($packages);
|
||||||
|
|
||||||
// TODO: if the extension is already enabled, we should disabled (with an option for purge)
|
|
||||||
$not_managed = array_diff_key($packages, $this->get_managed_packages());
|
$not_managed = array_diff_key($packages, $this->get_managed_packages());
|
||||||
if (count($not_managed) !== 0)
|
if (count($not_managed) !== 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue