This commit is contained in:
parent
2683210c7d
commit
a4e434081a
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue