mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/10714] Change $phpbb_dispatcher calls to the new layout
PHPBB3-10714
This commit is contained in:
parent
1e00c697b7
commit
2c7f498c1b
1 changed files with 1 additions and 3 deletions
|
@ -3407,9 +3407,7 @@ function add_log()
|
||||||
if ($phpbb_dispatcher != null)
|
if ($phpbb_dispatcher != null)
|
||||||
{
|
{
|
||||||
$vars = array('mode', 'args', 'additional_data');
|
$vars = array('mode', 'args', 'additional_data');
|
||||||
$event = new phpbb_event_data(compact($vars));
|
extract($phpbb_dispatcher->trigger_event('core.function_add_log', $vars, $vars));
|
||||||
$phpbb_dispatcher->dispatch('core.function_add_log', $event);
|
|
||||||
extract($event->get_data_filtered($vars));
|
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue