diff options
author | Bruno Ais <brunoaiss@gmail.com> | 2012-06-14 19:23:46 +0100 |
---|---|---|
committer | Bruno Ais <brunoaiss@gmail.com> | 2012-06-14 19:23:46 +0100 |
commit | 27775e89a50021cab7938079d2da431c3bd75a47 (patch) | |
tree | 496d09c9100964d8163100dd5640a10eab6e8cb0 | |
parent | 6069d9a3d7479f1fe0e7e7072aee0f3ea394519b (diff) | |
download | forums-27775e89a50021cab7938079d2da431c3bd75a47.tar forums-27775e89a50021cab7938079d2da431c3bd75a47.tar.gz forums-27775e89a50021cab7938079d2da431c3bd75a47.tar.bz2 forums-27775e89a50021cab7938079d2da431c3bd75a47.tar.xz forums-27775e89a50021cab7938079d2da431c3bd75a47.zip |
[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
-rw-r--r-- | phpBB/report.php | 1 |
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, |