Skip to content

Commit

Permalink
Merge pull request #1 from quienti/Fix-https-/github.com//issues/3791
Browse files Browse the repository at this point in the history
  • Loading branch information
quienti authored Mar 24, 2017
2 parents ed9edb1 + 9fac7c0 commit 0866786
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 0866786

Please sign in to comment.