1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-18 22:50:29 +01:00

[ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event

PHPBB3-15131
This commit is contained in:
Erwan Nader 2017-05-31 21:04:22 +02:00
parent 716cff0c97
commit e754a51acc

View File

@ -1300,6 +1300,7 @@ function mcp_fork_topic($topic_ids)
* @var array sql_ary SQL array to be used by $db->sql_build_array
* @var array topic_row Topic data
* @since 3.1.11-RC1
* @changed 3.1.11-RC1 Added variable: topic_row
*/
$vars = array(
'sql_ary',