// BugFix : Missing params multilang

This commit is contained in:
mDeflotte
2011-12-21 14:07:42 +00:00
parent 2924e05cad
commit 63e2220510
5 changed files with 16 additions and 22 deletions
+1
View File
@@ -37,6 +37,7 @@ class FeatureCore extends ObjectModel
public static $definition = array(
'table' => 'feature',
'primary' => 'id_feature',
'multilang' => true,
'fields' => array(
'position' => array('type' => self::TYPE_INT, 'validate' => 'isInt'),