From 3f1b4e83aef7f7344cd551463b59de71bb4bd6fe Mon Sep 17 00:00:00 2001 From: Michael Cullum Date: Sat, 31 Mar 2012 13:39:41 +0100 Subject: [feature/events] Removing the third trigger_event parameter PHPBB3-9550 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 393e8db26c..524d5c212a 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -746,7 +746,7 @@ if (sizeof($topic_list)) ); $vars = array('topicrow'); - extract($phpbb_dispatcher->trigger_event('core.viewforum_topicrow', compact($vars), $vars)); + extract($phpbb_dispatcher->trigger_event('core.viewforum_topicrow', compact($vars))); $template->assign_block_vars('topicrow', $topicrow); -- cgit v1.2.1