Skip to content

Commit

Permalink
Update Data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lshchur authored Feb 23, 2017
1 parent 2289f85 commit 3e34150
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 @@ -182,7 +182,7 @@ protected function _getLayeredNavigationAttributes()
$layeredNavigationAttributesCache = $cache->load($cacheId);

if (!$layeredNavigationAttributesCache) {
$attributeCollection->addFieldToFilter($filterableField, true);
$attributeCollection->addFieldToFilter($filterableField, array('in' => array(1,2)));
foreach ($attributeCollection as $attribute) {
$layeredNavigationAttributes[] = $attribute->getAttributeCode();
}
Expand Down

0 comments on commit 3e34150

Please sign in to comment.