From ff1886754dfffbcb632ca5d6dbb09a718b419017 Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 16 Apr 2007 14:43:12 +0000 Subject: [PATCH] fixed #307 --- lib/Doctrine/Hydrate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Doctrine/Hydrate.php b/lib/Doctrine/Hydrate.php index 9761dee60..fabae7804 100644 --- a/lib/Doctrine/Hydrate.php +++ b/lib/Doctrine/Hydrate.php @@ -200,6 +200,7 @@ abstract class Doctrine_Hydrate extends Doctrine_Access $this->compAliases = $query->getComponentAliases(); $this->tableAliases = $query->getTableAliases(); $this->tableIndexes = $query->getTableIndexes(); + $this->aliasHandler = $query->aliasHandler; return $this; }