1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/16024] Add core.topic_review_modify_sql_ary

PHPBB3-16024
This commit is contained in:
Dark❶
2019-05-07 20:49:56 +05:30
parent a0dfc35cb9
commit 5c42851730

View File

@@ -989,7 +989,7 @@ function topic_review($topic_id, $forum_id, $mode = 'topic_review', $cur_post_id
* @var bool show_quote_button Flag indicating if the quote button should be displayed * @var bool show_quote_button Flag indicating if the quote button should be displayed
* @var array post_list Array with the post IDs * @var array post_list Array with the post IDs
* @var array sql_ary Array with the SQL query * @var array sql_ary Array with the SQL query
* @since 3.2.6 * @since 3.2.8-RC1
*/ */
$vars = array( $vars = array(
'topic_id', 'topic_id',