Skip to content

Commit

Permalink
bugfix self
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonLesti committed Oct 13, 2015
1 parent 64cde67 commit 29c5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Lesti/Fpc/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ protected function _getLayeredNavigationAttributes()

$cache = Mage::app()->getCache();
$cacheId = self::CACHE_KEY_LAYERED_NAVIGATION_ATTRIBUTES.'_'.$filterableField;
$cacheTags = array('FPC', SELF::CACHE_KEY_LAYERED_NAVIGATION_ATTRIBUTES);
$cacheTags = array('FPC', self::CACHE_KEY_LAYERED_NAVIGATION_ATTRIBUTES);
$layeredNavigationAttributesCache = $cache->load($cacheId);

if (!$layeredNavigationAttributesCache) {
Expand Down

0 comments on commit 29c5d57

Please sign in to comment.