Skip to content

Commit

Permalink
MAGETWO-66694: Fix #3791 #9001
Browse files Browse the repository at this point in the history
 - Merge Pull Request #9001 from quienti/magento2:develop
  • Loading branch information
ishakhsuvarov committed Mar 24, 2017
2 parents f779ef2 + 0866786 commit 17d0e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Review/Controller/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 17d0e56

Please sign in to comment.