Ver Fonte

$emName is supposed to be $dmName

Miha Vrhovnik há 14 anos atrás
pai
commit
9c0ae0ceaf

+ 1 - 1
src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php

@@ -68,7 +68,7 @@ EOT
             throw new InvalidArgumentException(
                 sprintf(
                     'Could not find a document manager configured with the name "%s". Check your '.
-                    'application configuration to configure your Doctrine document managers.', $emName
+                    'application configuration to configure your Doctrine document managers.', $dmName
                 )
             );
         }