From e754a51acc4c5205624687b2e1abf0d643c3582a Mon Sep 17 00:00:00 2001 From: Erwan Nader Date: Wed, 31 May 2017 21:04:22 +0200 Subject: [PATCH] [ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event PHPBB3-15131 --- phpBB/includes/mcp/mcp_main.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/includes/mcp/mcp_main.php b/phpBB/includes/mcp/mcp_main.php index abe9e25ce0..6cc2cc5f52 100644 --- a/phpBB/includes/mcp/mcp_main.php +++ b/phpBB/includes/mcp/mcp_main.php @@ -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',