1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14234] Fix event doc blocks

PHPBB3-14234
This commit is contained in:
Marc Alexander
2015-10-12 22:20:52 +02:00
parent 75e5e2471e
commit 102d737d81
3 changed files with 2 additions and 3 deletions

View File

@@ -344,7 +344,7 @@ function mcp_forum_view($id, $mode, $action, $forum_info)
* @since 3.1.0-a1
* @change 3.2.0-a1 Replace row with row_ary
*/
$vars = array('row', 'topic_row');
$vars = array('row_ary', 'topic_row');
extract($phpbb_dispatcher->trigger_event('core.mcp_view_forum_modify_topicrow', compact($vars)));
$row = $row_ary;
unset($row_ary);