1
0
mirror of synced 2025-01-18 22:41:43 +03:00
This commit is contained in:
zYne 2007-06-14 21:22:28 +00:00
parent 2683210c7d
commit a4e434081a

View File

@ -173,6 +173,8 @@ class Doctrine_Relation_Parser
}
}
if ($recursive) {
$this->getRelations();
return $this->getRelation($alias, false);
} else {
throw new Doctrine_Table_Exception('Unknown relation alias ' . $alias);