Passed
Push — master ( a65634...5f5e1a )
by Aimeos
09:05 queued 06:38
created
admin/jqadm/src/Admin/JQAdm/Cms/Media/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -353,7 +353,7 @@
 block discarded – undo
353 353
 			{
354 354
 				$refItem = $cntl->add( $refItem, $file );
355 355
 
356
-				if( $preview &&  $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
356
+				if( $preview && $preview->getError() !== UPLOAD_ERR_NO_FILE ) {
357 357
 					$refItem = $cntl->addPreview( $refItem, $preview );
358 358
 				}
359 359
 			}
Please login to merge, or discard this patch.