Commit a4e43408 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 2683210c
...@@ -173,6 +173,8 @@ class Doctrine_Relation_Parser ...@@ -173,6 +173,8 @@ class Doctrine_Relation_Parser
} }
} }
if ($recursive) { if ($recursive) {
$this->getRelations();
return $this->getRelation($alias, false); return $this->getRelation($alias, false);
} else { } else {
throw new Doctrine_Table_Exception('Unknown relation alias ' . $alias); 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