1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

[ticket/15132] Add variable to the 'core.mcp_main_modify_shadow_sql' event

PHPBB3-15132
This commit is contained in:
Erwan Nader 2017-03-18 18:27:24 +01:00
parent 9267235f30
commit 4cf998e9df

View File

@ -630,10 +630,12 @@ function mcp_move_topic($topic_ids)
*
* @event core.mcp_main_modify_shadow_sql
* @var array shadow SQL array to be used by $db->sql_build_array
* @var array row Topic data
* @since 3.1.11-RC1
*/
$vars = array(
'shadow',
'row',
);
extract($phpbb_dispatcher->trigger_event('core.mcp_main_modify_shadow_sql', compact($vars)));