Skip to content

Commit

Permalink
htmlspecialchars_decode on referer url in esi url
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadley committed Feb 19, 2014
1 parent a18a864 commit 406e229
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public function getBlockAction() {
Mage::app()->getStore( $esiData->getStoreId() ) );
$appShim = Mage::getModel( 'turpentine/shim_mage_core_app' );
if( $referer = $this->_getRefererUrl() ) {
$referer = htmlspecialchars_decode( $referer );
$dummyRequest = Mage::helper( 'turpentine/esi' )
->getDummyRequest( $referer );
} else {
Expand Down

0 comments on commit 406e229

Please sign in to comment.