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 4a633e4 commit 4e3044bCopy full SHA for 4e3044b
app/code/Magento/PageCache/Model/App/Response/HttpPlugin.php
@@ -24,7 +24,7 @@ public function beforeSendResponse(HttpResponse $subject)
24
{
25
if ($subject instanceof NotCacheableInterface
26
|| $subject->headersSent()
27
- || $subject->setMetadata("NotCacheable")
+ || $subject->getMetadata("NotCacheable")
28
) {
29
return;
30
}
0 commit comments