[DoctrineBundle] fixed typo

This commit is contained in:
Fabien Potencier 2011-05-23 13:33:37 +02:00
parent 52c3bce52d
commit 2636e36bbf

View File

@ -89,7 +89,7 @@ EOT
$className = $class->name;
$class->name = $bundle->getNamespace().'\\Entity\\'.$className;
if ('annotation' === $type) {
$path = $destPath.'/'.$className.'.orm.php';
$path = $destPath.'/'.$className.'.php';
} else {
$path = $destPath.'/'.$className.'.orm.'.$type;
}