[DoctrineMongoDBBundle] fixed merge problem

This commit is contained in:
Fabien Potencier 2011-02-01 16:51:54 +01:00
parent b484763a7a
commit 1893e4e250

View File

@ -72,6 +72,8 @@ EOT
}
}
$paths = array_filter($paths, 'is_dir');
$loader = new \Doctrine\Common\DataFixtures\Loader();
foreach ($paths as $path) {
$loader->loadFromDirectory($path);