Skip to content

Commit facbaf2

Browse files
Fixing the functional failures
1 parent 5476251 commit facbaf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/Magento/Framework/View/Layout.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ public function generateXml()
356356
public function generateElements()
357357
{
358358
\Magento\Framework\Profiler::start(__CLASS__ . '::' . __METHOD__);
359+
$this->isCacheableCache = null;
359360
$cacheId = 'structure_' . $this->getUpdate()->getCacheId();
360361
$result = $this->cache->load($cacheId);
361362
if ($result) {

0 commit comments

Comments
 (0)