mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10714] Fix core.add_log event
PHPBB3-10714
This commit is contained in:
parent
bd6dfee23e
commit
0bb4af90a4
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class phpbb_log implements phpbb_log_interface
|
||||||
if ($phpbb_dispatcher != null)
|
if ($phpbb_dispatcher != null)
|
||||||
{
|
{
|
||||||
$vars = array('mode', 'user_id', 'log_ip', 'log_operation', 'log_time', 'additional_data', 'sql_ary');
|
$vars = array('mode', 'user_id', 'log_ip', 'log_operation', 'log_time', 'additional_data', 'sql_ary');
|
||||||
extract($phpbb_dispatcher->trigger_event('core.add_log', $vars, $vars));
|
extract($phpbb_dispatcher->trigger_event('core.add_log', $vars));
|
||||||
}
|
}
|
||||||
|
|
||||||
// We didn't find a log_type, so we don't save it in the database.
|
// We didn't find a log_type, so we don't save it in the database.
|
||||||
|
|
Loading…
Add table
Reference in a new issue