@@ -291,14 +291,14 @@ |
||
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()); |