Passed
Push — master ( 5ac35f...ae404a )
by Aimeos
04:29
created
lib/mshoplib/setup/OrderAddProductParentid.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 		{
67 67
 			$filter = $pmanager->filter()->add( ['product.code' => $list] )->slice( 0, $size );
68 68
 
69
-			foreach( $pmanager->search( $filter) as $product )
69
+			foreach( $pmanager->search( $filter ) as $product )
70 70
 			{
71 71
 				$db->stmt()->update( 'mshop_order_base_product' )
72 72
 					->set( 'prodid', '?' )
Please login to merge, or discard this patch.