mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/14168] Minor coding style fixes
PHPBB3-14168
This commit is contained in:
@@ -1691,7 +1691,7 @@ class parse_message extends bbcode_firstpass
|
||||
{
|
||||
/** @var \phpbb\attachment\upload $attachment_upload */
|
||||
$attachment_upload = $phpbb_container->get('attachment.upload');
|
||||
$filedata = $attachment_upload->upload($form_name, $forum_id, false, '', $is_message);;
|
||||
$filedata = $attachment_upload->upload($form_name, $forum_id, false, '', $is_message);
|
||||
$error = array_merge($error, $filedata['error']);
|
||||
|
||||
if (!sizeof($error))
|
||||
|
Reference in New Issue
Block a user