@@ -285,7 +285,7 @@ |
||
285 | 285 | $manager = \Aimeos\MShop::create( $context, 'product' ); |
286 | 286 | |
287 | 287 | $search = $manager->createSearch(); |
288 | - $search->setSortations( [$search->sort( '+', 'product.id')] ); |
|
288 | + $search->setSortations( [$search->sort( '+', 'product.id' )] ); |
|
289 | 289 | $search = $this->initCriteria( $search, $params ); |
290 | 290 | |
291 | 291 | $view->items = $manager->searchItems( $search, array_diff( $this->getDomains(), ['product'] ), $total ); |