Explorar el Código

ZF-9111: performance improvement to resource location

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20985 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew hace 16 años
padre
commit
19701ea3de
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      library/Zend/Application/Bootstrap/BootstrapAbstract.php

+ 1 - 0
library/Zend/Application/Bootstrap/BootstrapAbstract.php

@@ -755,6 +755,7 @@ abstract class Zend_Application_Bootstrap_BootstrapAbstract
                 if (0 === strpos($className, $prefix)) {
                     $pluginName = substr($className, strlen($prefix));
                     $pluginName = trim($pluginName, '_');
+                    break;
                 }
             }
         }