1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-03 15:27:42 +02:00

[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
This commit is contained in:
Bruno Ais
2012-06-14 19:23:46 +01:00
parent 6069d9a3d7
commit 27775e89a5

View File

@@ -154,7 +154,6 @@ if ($submit && $reason_id)
trigger_error('EMPTY_REPORT');
}
$sql_ary = array(
'reason_id' => (int) $reason_id,
'post_id' => $post_id,