[ticket/14168] Minor coding style fixes

PHPBB3-14168
This commit is contained in:
Marc Alexander 2015-09-21 11:01:01 +02:00
parent 40117c7730
commit e158db5daa
3 changed files with 3 additions and 3 deletions

View file

@ -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))