Browse Source

ZF-6299: remove commented code

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23208 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 years ago
parent
commit
f7622d7a69
1 changed files with 0 additions and 1 deletions
  1. 0 1
      library/Zend/Controller/Router/Route/Static.php

+ 0 - 1
library/Zend/Controller/Router/Route/Static.php

@@ -76,7 +76,6 @@ class Zend_Controller_Router_Route_Static extends Zend_Controller_Router_Route_A
     public function match($path, $partial = false)
     {
         if ($partial) {
-            // if (substr($path, 0, strlen($this->_route)) === $this->_route) {
             if ((empty($path) && empty($this->_route))
                 || (substr($path, 0, strlen($this->_route)) === $this->_route)
             ) {