mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[feature/events] Removing the third trigger_event parameter
PHPBB3-9550
This commit is contained in:
committed by
Joas Schilling
parent
8da33e2654
commit
3f1b4e83ae
@@ -174,7 +174,7 @@ $template->assign_vars(array(
|
||||
$page_title = $user->lang['INDEX'];
|
||||
|
||||
$vars = array('page_title');
|
||||
extract($phpbb_dispatcher->trigger_event('core.index', compact($vars), $vars));
|
||||
extract($phpbb_dispatcher->trigger_event('core.index', compact($vars)));
|
||||
|
||||
// Output page
|
||||
page_header($page_title);
|
||||
|
Reference in New Issue
Block a user