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.
2 parents 42bc878 + f11b167 commit 80324fbCopy full SHA for 80324fb
lib/internal/Magento/Framework/View/Layout/Reader/Move.php
@@ -34,7 +34,7 @@ public function getSupportedNodes()
34
public function interpret(Context $readerContext, Layout\Element $currentElement)
35
{
36
$this->scheduleMove($readerContext->getScheduledStructure(), $currentElement);
37
- return false;
+ return $this;
38
}
39
40
/**
0 commit comments