1
0
mirror of synced 2025-01-18 22:41:43 +03:00

fixed typo

This commit is contained in:
runa 2007-05-24 14:27:10 +00:00
parent 16aba4058e
commit 569ad7cfa0

View File

@ -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;
}