diff options
-rw-r--r-- | phpBB/phpbb/log/log.php | 2 |
1 files changed, 1 insertions, 1 deletions
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', |