aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-03-24 13:01:52 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-04-03 16:23:16 +0200
commit6d2acb5ba3fbd22b345b312e704021eab1375941 (patch)
tree7528537863a334bfe4e1c559216d1054f1c634e7 /phpBB/phpbb
parentbffd963c5033cfa49c016b7c4f163bf58d065e2b (diff)
downloadforums-6d2acb5ba3fbd22b345b312e704021eab1375941.tar
forums-6d2acb5ba3fbd22b345b312e704021eab1375941.tar.gz
forums-6d2acb5ba3fbd22b345b312e704021eab1375941.tar.bz2
forums-6d2acb5ba3fbd22b345b312e704021eab1375941.tar.xz
forums-6d2acb5ba3fbd22b345b312e704021eab1375941.zip
[ticket/13616] Fix UI tests
PHPBB3-13616
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/install/helper/container_factory.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/phpbb/install/helper/container_factory.php b/phpBB/phpbb/install/helper/container_factory.php
index 5cf4f8a283..9e372fecde 100644
--- a/phpBB/phpbb/install/helper/container_factory.php
+++ b/phpBB/phpbb/install/helper/container_factory.php
@@ -183,6 +183,9 @@ class container_factory
// Get compatibilty globals and constants
$this->update_helper->include_file('includes/compatibility_globals.' . $this->php_ext);
+
+ register_compatibility_globals();
+
$this->update_helper->include_file('includes/constants.' . $this->php_ext);
}
}