fixed typo
This commit is contained in:
parent
16aba4058e
commit
569ad7cfa0
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ class Doctrine_Relation_ParserOld
|
|||
} elseif ($component == $definition['class'] ||
|
||||
($component == $definition['alias'])) { // && ($name == $this->options['name'] || in_array($name,$this->parents))
|
||||
|
||||
if ( ! isset($defintion['local'])) {
|
||||
if ( ! isset($definition['local'])) {
|
||||
$definition['local'] = $this->identifier;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue