diff --git a/phpBB/composer-ext.json b/phpBB/composer-ext.json old mode 100755 new mode 100644 diff --git a/phpBB/composer-ext.lock b/phpBB/composer-ext.lock old mode 100755 new mode 100644 diff --git a/phpBB/phpbb/composer/manager.php b/phpBB/phpbb/composer/manager.php index e040e3e0be..8cc9a6ab8f 100644 --- a/phpBB/phpbb/composer/manager.php +++ b/phpBB/phpbb/composer/manager.php @@ -170,7 +170,6 @@ class manager implements manager_interface { $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()); if (count($not_managed) !== 0) {