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 ef164ce commit cbc61f6Copy full SHA for cbc61f6
app/code/Magento/PageCache/Model/Observer/InvalidateCacheIfChanged.php
@@ -38,7 +38,7 @@ public function __construct(
38
*/
39
public function execute(\Magento\Framework\Event\Observer $observer)
40
{
41
- if ($this->config->getType() == \Magento\PageCache\Model\Config::BUILT_IN && $this->config->isEnabled()) {
+ if ($this->config->isEnabled()) {
42
$object = $observer->getEvent()->getObject();
43
if ($object instanceof \Magento\Framework\Object\IdentityInterface) {
44
if ($object->getIdentities()) {
0 commit comments