Commit ff188675 authored by pookey's avatar pookey

fixed #307

parent 7b2a2ac8
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment