We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c5c1d commit 256ceddCopy full SHA for 256cedd
lib/internal/Magento/Framework/Indexer/CacheContext.php
@@ -73,6 +73,6 @@ public function getIdentities()
73
$identities[] = $cacheTag . '_' . $id;
74
}
75
76
- return array_merge($identities, array_unique($this->tags));
+ return array_unique(array_merge($identities, array_unique($this->tags));
77
78
0 commit comments