[ticket/16478] Fix phpBB Debug warning in installer

PHPBB3-16478
This commit is contained in:
rxu 2020-05-13 13:38:13 +07:00
parent 919597bfcf
commit 09e308a06d
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -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();
} }
} }