mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +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 */
|
/** @var \phpbb\attachment\upload $attachment_upload */
|
||||||
$attachment_upload = $phpbb_container->get('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']);
|
$error = array_merge($error, $filedata['error']);
|
||||||
|
|
||||||
if (!sizeof($error))
|
if (!sizeof($error))
|
||||||
|
@@ -376,4 +376,4 @@ class delete
|
|||||||
$this->config->increment('num_files', $files_removed * (-1), false);
|
$this->config->increment('num_files', $files_removed * (-1), false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -120,4 +120,4 @@ class resync
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user