Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1, 2.1.1
-
Fix Version/s: 2.1.2
-
Component/s: Mapping Drivers, ORM
-
Security Level: All
-
Labels:None
Description
https://github.com/doctrine/doctrine2/blob/2.1.x/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php#L343 `$className` should be `$class->name` this is fixed in master.
Fixed