Skip to content

Commit

Permalink
Update Guest.php
Browse files Browse the repository at this point in the history
Bug fix ref:
#11275
  • Loading branch information
lano-vargas authored Oct 8, 2017
1 parent 03f7ded commit 17d37b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/Sales/Helper/Guest.php
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ public function loadValidOrder(App\RequestInterface $request)
public function getBreadcrumbs(\Magento\Framework\View\Result\Page $resultPage)
{
$breadcrumbs = $resultPage->getLayout()->getBlock('breadcrumbs');
if (!$breadcrumbs) {
return;
}
$breadcrumbs->addCrumb(
'home',
[
Expand Down

0 comments on commit 17d37b2

Please sign in to comment.