From d455dd68f6e338497ce07d711f3ee35cb75ad81f Mon Sep 17 00:00:00 2001 From: brunoais Date: Sun, 28 Dec 2014 20:25:36 +0000 Subject: [ticket/13148] Fixed syntax error PHPBB3-13148 --- phpBB/phpbb/log/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/log/log.php') diff --git a/phpBB/phpbb/log/log.php b/phpBB/phpbb/log/log.php index fd7db98a3a..8dedc72e52 100644 --- a/phpBB/phpbb/log/log.php +++ b/phpBB/phpbb/log/log.php @@ -736,7 +736,7 @@ class log implements \phpbb\log\log_interface $vars = array( 'log', 'topic_id_list', - 'reportee_id_list' + 'reportee_id_list', 'mode', 'count_logs', 'limit', -- cgit v1.2.1