Commit 569ad7cf authored by runa's avatar runa

fixed typo

parent 16aba405
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment