aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Webster <noxwizard@phpbb.com>2012-08-03 01:33:51 -0500
committerPatrick Webster <noxwizard@phpbb.com>2012-08-03 01:33:51 -0500
commit10f8c738b60d3acd42e002c334eee8f8d8dd74d5 (patch)
tree80924154974d64d44f067999ef6ee7ca82524047
parentfbd75775efbf1f9d98b29835d1ef97b8cf4d55d4 (diff)
downloadforums-10f8c738b60d3acd42e002c334eee8f8d8dd74d5.tar
forums-10f8c738b60d3acd42e002c334eee8f8d8dd74d5.tar.gz
forums-10f8c738b60d3acd42e002c334eee8f8d8dd74d5.tar.bz2
forums-10f8c738b60d3acd42e002c334eee8f8d8dd74d5.tar.xz
forums-10f8c738b60d3acd42e002c334eee8f8d8dd74d5.zip
[ticket/11043] Update template hook name
PHPBB3-11043
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 81fe275008..a3e4af88ec 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -132,7 +132,7 @@ $phpbb_subscriber_loader->load();
// 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')));
+$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('phpbb_template', 'call_hook')));
foreach ($cache->obtain_hooks() as $hook)
{