mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
[ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event
PHPBB3-15131
This commit is contained in:
parent
716cff0c97
commit
e754a51acc
1 changed files with 1 additions and 0 deletions
|
@ -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 sql_ary SQL array to be used by $db->sql_build_array
|
||||||
* @var array topic_row Topic data
|
* @var array topic_row Topic data
|
||||||
* @since 3.1.11-RC1
|
* @since 3.1.11-RC1
|
||||||
|
* @changed 3.1.11-RC1 Added variable: topic_row
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'sql_ary',
|
'sql_ary',
|
||||||
|
|
Loading…
Add table
Reference in a new issue