Passed
Push — master ( ad5273...49d387 )
by Aimeos
04:13
created
admin/jqadm/src/Admin/JQAdm/Product/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -285,7 +285,7 @@
 block discarded – undo
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 );
Please login to merge, or discard this patch.