aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r--phpBB/phpbb/log/log.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php
index 8dedc72e52..d495707c70 100644
--- a/phpBB/phpbb/log/log.php
+++ b/phpBB/phpbb/log/log.php
@@ -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;