@@ -296,7 +296,7 @@ |
||
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; |