This commit is contained in:
Romain Neutron
2013-11-18 17:09:21 +01:00
parent 1b64a1f0a7
commit a0a2fc8d41
16 changed files with 3 additions and 16 deletions

View File

@@ -827,7 +827,7 @@ abstract class base implements cache_cacheableInterface
$success = true;
foreach ($list_patches as $patch) {
foreach($patch->getDoctrineMigrations() as $doctrineVersion) {
foreach ($patch->getDoctrineMigrations() as $doctrineVersion) {
$version = $app['doctrine-migration.configuration']->getVersion($doctrineVersion);
$version->getMigration()->setEntityManager($app['EM']);
if (false === $version->isMigrated()) {