1
0
mirror of synced 2024-12-14 07:06:04 +03:00

Merge branch 'master' of git://github.com/doctrine/doctrine2

This commit is contained in:
Christian Heinrich 2010-05-06 20:44:29 +02:00
commit 02e582e00e

View File

@ -395,7 +395,7 @@ class ClassMetadataInfo
public function getReflectionClass()
{
if ( ! $this->reflClass) {
$this->reflClass = new ReflectionClass($entityName);
$this->reflClass = new ReflectionClass($this->name);
}
return $this->reflClass;
}