This commit is contained in:
parent
2683210c7d
commit
a4e434081a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user