Skip to content

Commit

Permalink
Merge remote-tracking branch 'encryptedband/master' into hotfix/ISSUE-41
Browse files Browse the repository at this point in the history
  • Loading branch information
leesbian committed Sep 1, 2012
2 parents 8e82dff + 7e5b514 commit 644d1cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/code/core/Mage/Core/Controller/Varien/Action.php
Expand Up @@ -765,6 +765,7 @@ protected function _redirectReferer($defaultUrl=null)
if (empty($refererUrl)) {
$refererUrl = empty($defaultUrl) ? Mage::getBaseUrl() : $defaultUrl;
}
$refererUrl = htmlspecialchars_decode($refererUrl);

$this->getResponse()->setRedirect($refererUrl);
return $this;
Expand Down

0 comments on commit 644d1cd

Please sign in to comment.