Skip to content

Commit 1e1ebd3

Browse files
author
Burlacu Vasilii
committed
Fix: ORDER BY has two similar conditions in the SQL query
1 parent 047f5b9 commit 1e1ebd3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/Block/Product/ListProduct.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,6 @@ private function initializeProductCollection()
475475
$layer->setCurrentCategory($origCategory);
476476
}
477477

478-
$this->addToolbarBlock($collection);
479-
480478
$this->_eventManager->dispatch(
481479
'catalog_block_product_list_collection',
482480
['collection' => $collection]

0 commit comments

Comments
 (0)