Passed
Push — master ( 228606...dbd3b4 )
by Aimeos
19:40 queued 14:05
created
setup/ProductMigrateSupplier.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 
31 31
 		$insert = $db->stmt()->insert( 'mshop_product_list' )->values( [
32 32
 			$db->qi( 'parentid' ) => '?', $db->qi( 'siteid' ) => '?', $db->qi( 'key' ) => '?', $db->qi( 'domain' ) => '?',
33
-			$db->qi( 'type' ) => '?', $db->qi( 'start' ) => '?', $db->qi('end') => '?', $db->qi( 'config' ) => '?',
33
+			$db->qi( 'type' ) => '?', $db->qi( 'start' ) => '?', $db->qi( 'end' ) => '?', $db->qi( 'config' ) => '?',
34 34
 			$db->qi( 'status' ) => '?', $db->qi( 'pos' ) => '?', $db->qi( 'refid' ) => '?', $db->qi( 'ctime' ) => '?',
35 35
 			$db->qi( 'mtime' ) => '?', $db->qi( 'editor' ) => '?'
36 36
 		] );
Please login to merge, or discard this patch.