mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[ticket/15131] Add variables to the 'core.mcp_main_modify_fork_sql' event
PHPBB3-15131
This commit is contained in:
parent
9267235f30
commit
716cff0c97
1 changed files with 3 additions and 1 deletions
|
@ -1298,10 +1298,12 @@ function mcp_fork_topic($topic_ids)
|
|||
*
|
||||
* @event core.mcp_main_modify_fork_sql
|
||||
* @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
|
||||
*/
|
||||
$vars = array(
|
||||
'sql_ary',
|
||||
'topic_row',
|
||||
);
|
||||
extract($phpbb_dispatcher->trigger_event('core.mcp_main_modify_fork_sql', compact($vars)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue