1
0
Fork 0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-26 03:48:53 +00:00

[ticket/13148] Fixed my error

PHPBB3-13148
This commit is contained in:
brunoais 2014-12-28 20:35:16 +00:00
parent d455dd68f6
commit 0104188074

View file

@ -750,7 +750,6 @@ class log implements \phpbb\log\log_interface
'profile_url',
'log_type',
);
$vars = array();
extract($this->dispatcher->trigger_event('core.get_logs_after', compact($vars)));
return $log;