mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11043] Change hook name back to display, since that's where we hook in.
PHPBB3-11043
This commit is contained in:
parent
ae612de663
commit
3c71f07a3e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ $phpbb_subscriber_loader->load();
|
||||||
|
|
||||||
// Add own hook handler
|
// Add own hook handler
|
||||||
require($phpbb_root_path . 'includes/hooks/index.' . $phpEx);
|
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', 'call_hook')));
|
$phpbb_hook = new phpbb_hook(array('exit_handler', 'phpbb_user_session_handler', 'append_sid', array('phpbb_template', 'display')));
|
||||||
|
|
||||||
foreach ($cache->obtain_hooks() as $hook)
|
foreach ($cache->obtain_hooks() as $hook)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue