Commit 43c8eba2 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 8e127bfc
......@@ -62,7 +62,7 @@ class Doctrine_Template_I18n extends Doctrine_Template
$id = $this->_table->getIdentifier();
$this->hasMany($className . ' as Translation', array('local' => $id[0], 'foreign' => $id[0]));
$this->hasMany($className . ' as Translation', array('local' => $id, 'foreign' => $id));
}
/**
......
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