aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index 4149a00329..d792b8df6a 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -154,7 +154,6 @@ if ($submit && $reason_id)
trigger_error('EMPTY_REPORT');
}
-
$sql_ary = array(
'reason_id' => (int) $reason_id,
'post_id' => $post_id,