1
0
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:
Tristan Darricau
2015-09-17 09:37:18 +02:00
committed by Tristan Darricau
parent 60086b5c41
commit fc1d79cf47
2 changed files with 4 additions and 4 deletions

View File

@@ -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 = [];