Commit a4e43408 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 2683210c
......@@ -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);
......
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