소스 검색

$emName is supposed to be $dmName

Miha Vrhovnik 14 년 전
부모
커밋
9c0ae0ceaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/DoctrineMongoDBBundle/Command/LoadDataFixturesDoctrineODMCommand.php

+ 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
                 )
             );
         }