From cc592319936a48be2ef9735851594fd5b85ccb27 Mon Sep 17 00:00:00 2001 From: romanb Date: Fri, 16 Oct 2009 10:39:44 +0000 Subject: [PATCH] [2.0] Removed old comment. --- lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php b/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php index 9b911f7e7..c3cc086c9 100644 --- a/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php +++ b/lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php @@ -381,7 +381,6 @@ class ObjectHydrator extends AbstractHydrator $this->_uow->setOriginalEntityProperty($oid, $relationField, $element); $targetClass = $this->_ce[$relation->targetEntityName]; if ($relation->isOwningSide) { - //FIXME: Not correct for many-to-one where other side is a collection! // If there is an inverse mapping on the target class its bidirectional if (isset($targetClass->inverseMappings[$relation->sourceEntityName][$relationField])) { $inverseAssoc = $targetClass->inverseMappings[$relation->sourceEntityName][$relationField];