mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 05:36:30 +02:00
Merge pull request #5980 from rxu/ticket/16478
[ticket/16478] Fix phpBB Debug warning in installer
This commit is contained in:
@ -184,8 +184,8 @@ class container_factory
|
|||||||
// Get compatibility globals and constants
|
// Get compatibility globals and constants
|
||||||
$this->update_helper->include_file('includes/compatibility_globals.' . $this->php_ext);
|
$this->update_helper->include_file('includes/compatibility_globals.' . $this->php_ext);
|
||||||
|
|
||||||
register_compatibility_globals();
|
|
||||||
|
|
||||||
$this->update_helper->include_file('includes/constants.' . $this->php_ext);
|
$this->update_helper->include_file('includes/constants.' . $this->php_ext);
|
||||||
|
|
||||||
|
register_compatibility_globals();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user