Skip to content

Commit

Permalink
No Layout on Redirect in CatalogSearch AdvancedController (#4494)
Browse files Browse the repository at this point in the history
Closes #3389

Co-authored-by: Sven Reichel <[email protected]>
  • Loading branch information
Hanmac and sreichel authored Jan 17, 2025
1 parent 9695d73 commit 5496d8a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ public function resultAction()
->setQueryParams($this->getRequest()->getQuery())
->getUrl('*/*/'),
);
return;
}
$this->_initLayoutMessages('catalog/session');
$this->renderLayout();
Expand Down

0 comments on commit 5496d8a

Please sign in to comment.