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 5a6a000 commit bf7df0dCopy full SHA for bf7df0d
app/code/Magento/PageCache/Controller/Block.php
@@ -68,7 +68,7 @@ protected function _getBlocks()
68
$blocks = $this->jsonSerializer->unserialize($blocks);
69
$handles = $this->base64jsonSerializer->unserialize($handles);
70
71
- if(is_array($handles)){
+ if (is_array($handles)) {
72
$handles[] = $this->additionalPageCacheHandle;
73
}
74
0 commit comments