mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-08 16:45:19 +02:00
Merge branch '3.1.x'
This commit is contained in:
commit
f85d49aada
@ -261,6 +261,8 @@ function mcp_topic_view($id, $mode, $action)
|
|||||||
* @var int current_row_number Number of the post on this page
|
* @var int current_row_number Number of the post on this page
|
||||||
* @var array post_row Template block array of the current post
|
* @var array post_row Template block array of the current post
|
||||||
* @var array row Array with original post and user data
|
* @var array row Array with original post and user data
|
||||||
|
* @var array topic_info Array with topic data
|
||||||
|
* @var int total Total posts count
|
||||||
* @since 3.1.4-RC1
|
* @since 3.1.4-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
@ -272,6 +274,8 @@ function mcp_topic_view($id, $mode, $action)
|
|||||||
'current_row_number',
|
'current_row_number',
|
||||||
'post_row',
|
'post_row',
|
||||||
'row',
|
'row',
|
||||||
|
'topic_info',
|
||||||
|
'total',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.mcp_topic_review_modify_row', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.mcp_topic_review_modify_row', compact($vars)));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user