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