Skip to content
Snippets Groups Projects
Commit 80324fb7 authored by vpelipenko's avatar vpelipenko
Browse files

Merge pull request #907 from Vinai/view-layout-reader-move

Change interpret() return value to conform with Layout\ReaderInterface (MAGETWO-32404)
parents 42bc8781 f11b1679
No related merge requests found
......@@ -34,7 +34,7 @@ class Move implements Layout\ReaderInterface
public function interpret(Context $readerContext, Layout\Element $currentElement)
{
$this->scheduleMove($readerContext->getScheduledStructure(), $currentElement);
return false;
return $this;
}
/**
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment