Completed
Pull Request — master (#1233)
by
unknown
02:44
created
app/code/community/Nexcessnet/Turpentine/controllers/EsiController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
             $requestUrl = Mage::helper('core')->urlDecodeAndEscape($url);
297 297
         }
298 298
 
299
-        if ($requestUrl && !$this->_isUrlInternal($requestUrl)) {
299
+        if ($requestUrl && ! $this->_isUrlInternal($requestUrl)) {
300 300
             $requestUrl = Mage::app()->getStore()->getBaseUrl();
301 301
         }
302 302
         return $requestUrl;
Please login to merge, or discard this patch.