1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[feature/events] Removing the third trigger_event parameter

PHPBB3-9550
This commit is contained in:
Michael Cullum
2012-03-31 13:39:41 +01:00
committed by Joas Schilling
parent 8da33e2654
commit 3f1b4e83ae
12 changed files with 27 additions and 27 deletions

View File

@@ -132,7 +132,7 @@ function generate_smilies($mode, $forum_id)
}
$vars = array('mode', 'forum_id', 'display_link');
extract($phpbb_dispatcher->trigger_event('core.generate_smilies_footer', compact($vars), $vars));
extract($phpbb_dispatcher->trigger_event('core.generate_smilies_footer', compact($vars)));
if ($mode == 'window')
{