Completed
Pull Request — master (#6)
by
unknown
02:53
created
controller/jobs/src/Controller/Jobs/Product/Export/Standard.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -291,14 +291,14 @@
 block discarded – undo
291 291
 		$indexManager = \Aimeos\MShop\Index\Manager\Factory::createManager($this->getContext());
292 292
 
293 293
 		$search = $indexManager->createSearch($default);
294
-        	$search->setSlice(0, $maxQuery);
294
+			$search->setSlice(0, $maxQuery);
295 295
 		
296
-        	$search->setConditions(
297
-          		$search->compare('!=', 'index.catalog.id', null)
298
-        	);
299
-        	$search->setSortations(
300
-         		[$search->sort('+', 'product.id')]
301
-        	);
296
+			$search->setConditions(
297
+		  		$search->compare('!=', 'index.catalog.id', null)
298
+			);
299
+			$search->setSortations(
300
+		 		[$search->sort('+', 'product.id')]
301
+			);
302 302
 		
303 303
 		$content = $this->createContent( $container, $filenum );
304 304
 		$names[] = basename($content->getResource());
Please login to merge, or discard this patch.