1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/11150] PHP 5.4 compatibility

PHPBB3-11150
This commit is contained in:
Tristan Darricau
2015-09-13 18:51:33 +02:00
committed by Tristan Darricau
parent d5672303a3
commit 50b2989cf0
2 changed files with 3 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ class manager implements manager_interface
{
if ($this->all_managed_packages === null)
{
$this->all_managed_packages = $this->installer->get_installed_packages(installer::PHPBB_TYPES);
$this->all_managed_packages = $this->installer->get_installed_packages(explode(',', installer::PHPBB_TYPES));
}
return $this->all_managed_packages;