Browse Source

ZF-3527, ZF-11017, ZF-10964, ZF-10787
Removed superflous code, again


git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24007 44c647ce-9c0f-0410-b52a-842ac1e357ba

ralph 14 years ago
parent
commit
986c7f7efb
1 changed files with 0 additions and 2 deletions
  1. 0 2
      library/Zend/Controller/Request/Http.php

+ 0 - 2
library/Zend/Controller/Request/Http.php

@@ -625,8 +625,6 @@ class Zend_Controller_Request_Http extends Zend_Controller_Request_Abstract
                 $requestUri = substr($requestUri, 0, $pos);
                 $requestUri = substr($requestUri, 0, $pos);
             }
             }
             
             
-            $pathInfo = '';
-            
             if (!empty($baseUrl) || !empty($baseUrlRaw)) {
             if (!empty($baseUrl) || !empty($baseUrlRaw)) {
                 if (strpos($requestUri, $baseUrl) === 0) {
                 if (strpos($requestUri, $baseUrl) === 0) {
                     $pathInfo = substr($requestUri, strlen($baseUrl));
                     $pathInfo = substr($requestUri, strlen($baseUrl));