diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-28 20:25:36 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-28 20:25:36 +0000 |
commit | d455dd68f6e338497ce07d711f3ee35cb75ad81f (patch) | |
tree | c80ecd3dc1be21ac661b1444169d0f2e3ab93068 | |
parent | cf036ea0e89b281a233e5cb861288b54357a86cd (diff) | |
download | forums-d455dd68f6e338497ce07d711f3ee35cb75ad81f.tar forums-d455dd68f6e338497ce07d711f3ee35cb75ad81f.tar.gz forums-d455dd68f6e338497ce07d711f3ee35cb75ad81f.tar.bz2 forums-d455dd68f6e338497ce07d711f3ee35cb75ad81f.tar.xz forums-d455dd68f6e338497ce07d711f3ee35cb75ad81f.zip |
[ticket/13148] Fixed syntax error
PHPBB3-13148
-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', |