From 27775e89a50021cab7938079d2da431c3bd75a47 Mon Sep 17 00:00:00 2001 From: Bruno Ais Date: Thu, 14 Jun 2012 19:23:46 +0100 Subject: [PATCH] [ticket/10845] Removed one empty line that wasn't supposed to be there I onder when it got there... Maybe a wrong rebase... Don't really know. PHPBB3-10845 --- phpBB/report.php | 1 - 1 file changed, 1 deletion(-) 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,