mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +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:
@@ -154,7 +154,6 @@ if ($submit && $reason_id)
|
|||||||
trigger_error('EMPTY_REPORT');
|
trigger_error('EMPTY_REPORT');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$sql_ary = array(
|
$sql_ary = array(
|
||||||
'reason_id' => (int) $reason_id,
|
'reason_id' => (int) $reason_id,
|
||||||
'post_id' => $post_id,
|
'post_id' => $post_id,
|
||||||
|
Reference in New Issue
Block a user