1
0
mirror of synced 2024-12-14 15:16: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() public function getReflectionClass()
{ {
if ( ! $this->reflClass) { if ( ! $this->reflClass) {
$this->reflClass = new ReflectionClass($entityName); $this->reflClass = new ReflectionClass($this->name);
} }
return $this->reflClass; return $this->reflClass;
} }