HOR-3610
Fix System class conflict.
This commit is contained in:
@@ -25,7 +25,7 @@ class PmBootstrap extends Bootstrap
|
||||
{
|
||||
parent::configure();
|
||||
|
||||
$this->pmConfig = System::getSystemConfiguration();
|
||||
$this->pmConfig = PMSystem::getSystemConfiguration();
|
||||
|
||||
$e_all = defined('E_DEPRECATED') ? E_ALL & ~E_DEPRECATED : E_ALL;
|
||||
$e_all = defined('E_STRICT') ? $e_all & ~E_STRICT : $e_all;
|
||||
|
||||
Reference in New Issue
Block a user