mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 23:18:54 +00:00
[ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' event
PHPBB3-15132
This commit is contained in:
parent
9267235f30
commit
4cf998e9df
1 changed files with 2 additions and 0 deletions
|
@ -630,10 +630,12 @@ function mcp_move_topic($topic_ids)
|
||||||
*
|
*
|
||||||
* @event core.mcp_main_modify_shadow_sql
|
* @event core.mcp_main_modify_shadow_sql
|
||||||
* @var array shadow SQL array to be used by $db->sql_build_array
|
* @var array shadow SQL array to be used by $db->sql_build_array
|
||||||
|
* @var array row Topic data
|
||||||
* @since 3.1.11-RC1
|
* @since 3.1.11-RC1
|
||||||
*/
|
*/
|
||||||
$vars = array(
|
$vars = array(
|
||||||
'shadow',
|
'shadow',
|
||||||
|
'row',
|
||||||
);
|
);
|
||||||
extract($phpbb_dispatcher->trigger_event('core.mcp_main_modify_shadow_sql', compact($vars)));
|
extract($phpbb_dispatcher->trigger_event('core.mcp_main_modify_shadow_sql', compact($vars)));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue