diff --git a/app/code/Magento/Review/Controller/Product.php b/app/code/Magento/Review/Controller/Product.php index ca2e9ade5f5e5..c88a2a42fa01c 100644 --- a/app/code/Magento/Review/Controller/Product.php +++ b/app/code/Magento/Review/Controller/Product.php @@ -155,7 +155,7 @@ public function dispatch(RequestInterface $request) if (!$this->customerSession->isLoggedIn()) { $this->_actionFlag->set('', self::FLAG_NO_DISPATCH, true); $this->customerSession->setBeforeAuthUrl($this->_url->getUrl('*/*/*', ['_current' => true])); - $this->_reviewSession->setFormData( + $this->reviewSession->setFormData( $request->getPostValue() )->setRedirectUrl( $this->_redirect->getRefererUrl()