Browse Source

[ZF-9302] Zend_Validate:

- fixed multi-namespace loading

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21327 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 years ago
parent
commit
5b6430a8cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      library/Zend/Validate.php

+ 1 - 0
library/Zend/Validate.php

@@ -205,6 +205,7 @@ class Zend_Validate implements Zend_Validate_Interface
                     if (Zend_Loader::isReadable($file)) {
                     if (Zend_Loader::isReadable($file)) {
                         Zend_Loader::loadClass($class);
                         Zend_Loader::loadClass($class);
                         $className = $class;
                         $className = $class;
+                        break;
                     }
                     }
                 }
                 }
             }
             }