Quellcode durchsuchen

$emName is supposed to be $dmName

Miha Vrhovnik vor 14 Jahren
Ursprung
Commit
9c0ae0ceaf

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

@@ -68,7 +68,7 @@ EOT
             throw new InvalidArgumentException(
             throw new InvalidArgumentException(
                 sprintf(
                 sprintf(
                     'Could not find a document manager configured with the name "%s". Check your '.
                     '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
                 )
                 )
             );
             );
         }
         }