Jelajahi Sumber

ZF-6299: remove commented code

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23208 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 15 tahun lalu
induk
melakukan
f7622d7a69
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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)
     public function match($path, $partial = false)
     {
     {
         if ($partial) {
         if ($partial) {
-            // if (substr($path, 0, strlen($this->_route)) === $this->_route) {
             if ((empty($path) && empty($this->_route))
             if ((empty($path) && empty($this->_route))
                 || (substr($path, 0, strlen($this->_route)) === $this->_route)
                 || (substr($path, 0, strlen($this->_route)) === $this->_route)
             ) {
             ) {