1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

[ticket/16024] Add core.topic_review_modify_sql_ary

PHPBB3-16024
This commit is contained in:
Dark❶ 2019-04-20 15:00:32 +05:30
parent d999e9bf8b
commit a0dfc35cb9
No known key found for this signature in database
GPG Key ID: FAE32A15F9132DE8

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 array post_list Array with the post IDs
* @var array sql_ary Array with the SQL query
* @since 3.2.6-RC1
* @since 3.2.6
*/
$vars = array(
'topic_id',