mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/13148] Fixed my error
PHPBB3-13148
This commit is contained in:
@@ -750,7 +750,6 @@ class log implements \phpbb\log\log_interface
|
|||||||
'profile_url',
|
'profile_url',
|
||||||
'log_type',
|
'log_type',
|
||||||
);
|
);
|
||||||
$vars = array();
|
|
||||||
extract($this->dispatcher->trigger_event('core.get_logs_after', compact($vars)));
|
extract($this->dispatcher->trigger_event('core.get_logs_after', compact($vars)));
|
||||||
|
|
||||||
return $log;
|
return $log;
|
||||||
|
Reference in New Issue
Block a user