1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 03:54:10 +01:00

[ticket/13148] Fixed syntax error

PHPBB3-13148
This commit is contained in:
brunoais 2014-12-28 20:25:36 +00:00
parent cf036ea0e8
commit d455dd68f6

View File

@ -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',