fixed typo
This commit is contained in:
parent
16aba4058e
commit
569ad7cfa0
@ -296,7 +296,7 @@ class Doctrine_Relation_ParserOld
|
|||||||
} elseif ($component == $definition['class'] ||
|
} elseif ($component == $definition['class'] ||
|
||||||
($component == $definition['alias'])) { // && ($name == $this->options['name'] || in_array($name,$this->parents))
|
($component == $definition['alias'])) { // && ($name == $this->options['name'] || in_array($name,$this->parents))
|
||||||
|
|
||||||
if ( ! isset($defintion['local'])) {
|
if ( ! isset($definition['local'])) {
|
||||||
$definition['local'] = $this->identifier;
|
$definition['local'] = $this->identifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user