[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;