aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-10-20 22:44:47 -0500
committerMarc Alexander <admin@m-a-styles.de>2014-10-20 22:44:47 -0500
commit75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f (patch)
treede305639c260020b8c1ced47a23e6700f9ba3bb1
parenta16f18541367e13949bf8c5f2117f4f5adcf5b33 (diff)
parent99eeb52b763fb2efb2e5dad2b39c06b2be8c74b5 (diff)
downloadforums-75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f.tar
forums-75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f.tar.gz
forums-75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f.tar.bz2
forums-75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f.tar.xz
forums-75c5d6085b86de4c6ebc6c5bdf60898aac5c8e6f.zip
Merge branch 'develop-ascraeus' into develop
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index f6586c40fe..0782bd7321 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -104,7 +104,7 @@ require($phpbb_root_path . 'includes/compatibility_globals.' . $phpEx);
// 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('\phpbb\template\template', 'display')));
+$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('template', 'display')));
$phpbb_hook_finder = $phpbb_container->get('hook_finder');
foreach ($phpbb_hook_finder->find() as $hook)