Ver código fonte

Merge remote branch 'schmittjoh/doctrine'

* schmittjoh/doctrine:
  [DoctrineBundle] fixed regression
Fabien Potencier 14 anos atrás
pai
commit
07401615a9

+ 1 - 1
src/Symfony/Bundle/DoctrineBundle/Mapping/Driver/XmlDriver.php

@@ -60,7 +60,7 @@ class XmlDriver extends BaseXmlDriver
             }
         }
 
-        return array_merge(parent::getAllClassNames(), array_keys($this->_classCache));
+        return array_merge($classes, array_keys($this->_classCache));
     }
 
     public function getElement($className)