mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/14168] Minor coding style fixes
PHPBB3-14168
This commit is contained in:
parent
40117c7730
commit
e158db5daa
3 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue