// BugFix : Missing params multilang
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11486 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user