1
0
mirror of synced 2024-12-13 14:56:01 +03:00
This commit is contained in:
zYne 2007-11-13 23:08:12 +00:00
parent 8e127bfc33
commit 43c8eba2c7

View File

@ -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));
}
/**