mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-24 02:48:56 +00:00
[ticket/11043] Update template hook name
PHPBB3-11043
This commit is contained in:
parent
fbd75775ef
commit
10f8c738b6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue