Skip to content

Commit

Permalink
Merge pull request #907 from Vinai/view-layout-reader-move
Browse files Browse the repository at this point in the history
Change interpret() return value to conform with Layout\ReaderInterface (MAGETWO-32404)
  • Loading branch information
vpelipenko committed Jan 8, 2015
2 parents 42bc878 + f11b167 commit 80324fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/Magento/Framework/View/Layout/Reader/Move.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function getSupportedNodes()
public function interpret(Context $readerContext, Layout\Element $currentElement)
{
$this->scheduleMove($readerContext->getScheduledStructure(), $currentElement);
return false;
return $this;
}

/**
Expand Down

0 comments on commit 80324fb

Please sign in to comment.