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 b0c224e commit 4ca46aeCopy full SHA for 4ca46ae
app/code/Magento/Catalog/Controller/Product/View.php
@@ -76,8 +76,7 @@ public function execute()
76
$productId = (int) $this->getRequest()->getParam('id');
77
$specifyOptions = $this->getRequest()->getParam('options');
78
79
- if (
80
- !$this->_request->getParam('___from_store')
+ if (!$this->_request->getParam('___from_store')
81
&& $this->_request->isPost()
82
&& $this->_request->getParam(self::PARAM_NAME_URL_ENCODED)
83
) {
0 commit comments