Skip to content

Commit

Permalink
Fix: ORDER BY has two similar conditions in the SQL query
Browse files Browse the repository at this point in the history
  • Loading branch information
Burlacu Vasilii committed Mar 18, 2020
1 parent 047f5b9 commit 1e1ebd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/code/Magento/Catalog/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@ private function initializeProductCollection()
$layer->setCurrentCategory($origCategory);
}

$this->addToolbarBlock($collection);

$this->_eventManager->dispatch(
'catalog_block_product_list_collection',
['collection' => $collection]
Expand Down

0 comments on commit 1e1ebd3

Please sign in to comment.