mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 04:34:07 +02:00
[ticket/11150] Correctly enable/purge extensions
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
60086b5c41
commit
fc1d79cf47
@@ -291,7 +291,7 @@ class manager implements manager_interface
|
||||
return $this->installer->check_requirements();
|
||||
}
|
||||
|
||||
protected function normalize_version($packages)
|
||||
protected function normalize_version(array $packages)
|
||||
{
|
||||
$normalized_packages = [];
|
||||
|
||||
|
Reference in New Issue
Block a user