From 0104188074deb85c55f5edb7e4563afe2a0a3810 Mon Sep 17 00:00:00 2001 From: brunoais Date: Sun, 28 Dec 2014 20:35:16 +0000 Subject: [ticket/13148] Fixed my error PHPBB3-13148 --- phpBB/phpbb/log/log.php | 1 - 1 file changed, 1 deletion(-) (limited to 'phpBB/phpbb') 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; -- cgit v1.2.1