mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
6069d9a3d7
commit
27775e89a5
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue