Browse Source

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


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

ralph 14 years ago
parent
commit
7f9031ca3a
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

@@ -624,8 +624,6 @@ class Zend_Controller_Request_Http extends Zend_Controller_Request_Abstract
             if ($pos = strpos($requestUri, '?')) {
             if ($pos = strpos($requestUri, '?')) {
                 $requestUri = substr($requestUri, 0, $pos);
                 $requestUri = substr($requestUri, 0, $pos);
             }
             }
-        
-            $requestUriDecoded = urldecode($requestUri);
             
             
             $pathInfo = '';
             $pathInfo = '';