We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1a7de commit b0c224eCopy full SHA for b0c224e
app/code/Magento/Catalog/Controller/Category/View.php
@@ -152,8 +152,7 @@ protected function _initCategory()
152
*/
153
public function execute()
154
{
155
- if (
156
- !$this->_request->getParam('___from_store')
+ if (!$this->_request->getParam('___from_store')
157
&& $this->_request->getParam(self::PARAM_NAME_URL_ENCODED)
158
) {
159
return $this->resultRedirectFactory->create()->setUrl($this->_redirect->getRedirectUrl());
0 commit comments