[ticket/11043] Update template hook name

PHPBB3-11043
This commit is contained in:
Patrick Webster 2012-08-03 01:33:51 -05:00
parent fbd75775ef
commit 10f8c738b6

View file

@ -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)
{