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:
committed by
Tristan Darricau
parent
d5672303a3
commit
50b2989cf0
@@ -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;
|
||||
|
Reference in New Issue
Block a user