diff --git a/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php b/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php index df805d2ec..7607bfbf9 100644 --- a/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php +++ b/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php @@ -141,7 +141,7 @@ class ObjectHydrator extends AbstractHydrator $pColl = new PersistentCollection( $this->_em, $this->_ce[$relation->targetEntityName], - $class->reflFields[$name]->getValue($entity) ?: new ArrayCollection + new ArrayCollection ); $pColl->setOwner($entity, $relation);