From 91be68810cd838a79525811d8032b8d531ab6f64 Mon Sep 17 00:00:00 2001 From: "Jonathan.Wage" Date: Tue, 14 Aug 2007 17:01:06 +0000 Subject: [PATCH] Removed unecessary change to Hydrate.php --- lib/Doctrine/Hydrate.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Doctrine/Hydrate.php b/lib/Doctrine/Hydrate.php index bab6161f1..9041b3fb5 100644 --- a/lib/Doctrine/Hydrate.php +++ b/lib/Doctrine/Hydrate.php @@ -179,8 +179,6 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable */ public function getRootAlias() { - $this->getSql(); - reset($this->_aliasMap); return key($this->_aliasMap);