Skip to content

Commit 5496d8a

Browse files
HanmacSven Reichel
and
Sven Reichel
authored
No Layout on Redirect in CatalogSearch AdvancedController (#4494)
Closes #3389 Co-authored-by: Sven Reichel <github-sr@hotmail.com>
1 parent 9695d73 commit 5496d8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/core/Mage/CatalogSearch/controllers/AdvancedController.php

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public function resultAction()
4242
->setQueryParams($this->getRequest()->getQuery())
4343
->getUrl('*/*/'),
4444
);
45+
return;
4546
}
4647
$this->_initLayoutMessages('catalog/session');
4748
$this->renderLayout();

0 commit comments

Comments
 (0)