Skip to content

Commit

Permalink
Fix cache current category ishomepage
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany authored Jun 15, 2024
1 parent 88e5ed9 commit 240d221
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/Catalog/Block/Navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public function getCacheKeyInfo()
Mage::getDesign()->getPackageName(),
Mage::getDesign()->getTheme('template'),
Mage::getSingleton('customer/session')->getCustomerGroupId(),
Mage::getBlockSingleton('page/html_header')->getIsHomePage(),
'template' => $this->getTemplate(),
'name' => $this->getNameInLayout(),
$this->getCurrenCategoryKey()
Expand Down

0 comments on commit 240d221

Please sign in to comment.