@@ -288,19 +288,19 @@ |
||
| 288 | 288 | $start = 0; $filenum = 1; |
| 289 | 289 | $names = []; |
| 290 | 290 | |
| 291 | - $indexManager = \Aimeos\MShop\Index\Manager\Factory::createManager($this->getContext()); |
|
| 292 | - |
|
| 293 | - $search = $indexManager->createSearch($default); |
|
| 294 | - $search->setSlice(0, $maxQuery); |
|
| 295 | - $search->setConditions( |
|
| 296 | - $search->compare('!=', 'index.catalog.id', null) |
|
| 297 | - ); |
|
| 298 | - $search->setSortations( |
|
| 299 | - [$search->sort('+', 'product.id')] |
|
| 300 | - ); |
|
| 301 | - |
|
| 302 | - $content = $this->createContent($container, $filenum); |
|
| 303 | - $names[] = basename($content->getResource()); |
|
| 291 | + $indexManager = \Aimeos\MShop\Index\Manager\Factory::createManager($this->getContext()); |
|
| 292 | + |
|
| 293 | + $search = $indexManager->createSearch($default); |
|
| 294 | + $search->setSlice(0, $maxQuery); |
|
| 295 | + $search->setConditions( |
|
| 296 | + $search->compare('!=', 'index.catalog.id', null) |
|
| 297 | + ); |
|
| 298 | + $search->setSortations( |
|
| 299 | + [$search->sort('+', 'product.id')] |
|
| 300 | + ); |
|
| 301 | + |
|
| 302 | + $content = $this->createContent($container, $filenum); |
|
| 303 | + $names[] = basename($content->getResource()); |
|
| 304 | 304 | |
| 305 | 305 | do |
| 306 | 306 | { |