Skip to content

Commit

Permalink
Revert "MAGETWO-69728: Fixes layered navigation options being cached …
Browse files Browse the repository at this point in the history
…using the wrong store id. magento#9873"

This reverts commit 58b4c7c.
  • Loading branch information
hostep committed Jun 12, 2017
1 parent d1b86ae commit 76b45a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ abstract class AbstractFrontend implements \Magento\Eav\Model\Entity\Attribute\F
* @param CacheInterface $cache
* @param $storeResolver @deprecated
* @param array $cacheTags
* @param Serializer $serializer
* @param StoreManagerInterface $storeManager
* @param Serializer $serializer
* @codeCoverageIgnore
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
Expand All @@ -78,8 +78,8 @@ public function __construct(
CacheInterface $cache = null,
$storeResolver = null,
array $cacheTags = null,
Serializer $serializer = null,
StoreManagerInterface $storeManager = null
StoreManagerInterface $storeManager = null,
Serializer $serializer = null
) {
$this->_attrBooleanFactory = $attrBooleanFactory;
$this->cache = $cache ?: ObjectManager::getInstance()->get(CacheInterface::class);
Expand Down

0 comments on commit 76b45a7

Please sign in to comment.