aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
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/common.php
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/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 31972fe521..d12966168b 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -134,6 +134,8 @@ $phpbb_class_loader_ext->set_cache($phpbb_container->get('cache.driver'));
require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx);
+register_compatibility_globals();
+
// Add own hook handler
require($phpbb_root_path . 'includes/hooks/index.' . $phpEx);
$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('template', 'display')));