diff options
author | Erwan Nader <ernadoo@gmail.com> | 2017-05-31 21:04:22 +0200 |
---|---|---|
committer | Erwan Nader <ernadoo@gmail.com> | 2017-05-31 21:04:22 +0200 |
commit | e754a51acc4c5205624687b2e1abf0d643c3582a (patch) | |
tree | 3544a6d560e2f6cc46605d2deb382918489434bb /phpBB/includes/mcp | |
parent | 716cff0c97c305f0921005d193d5bc9ba58aae16 (diff) | |
download | forums-e754a51acc4c5205624687b2e1abf0d643c3582a.tar forums-e754a51acc4c5205624687b2e1abf0d643c3582a.tar.gz forums-e754a51acc4c5205624687b2e1abf0d643c3582a.tar.bz2 forums-e754a51acc4c5205624687b2e1abf0d643c3582a.tar.xz forums-e754a51acc4c5205624687b2e1abf0d643c3582a.zip |
[ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event
PHPBB3-15131
Diffstat (limited to 'phpBB/includes/mcp')
-rw-r--r-- | phpBB/includes/mcp/mcp_main.php | 1 |
1 files changed, 1 insertions, 0 deletions
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', |