// Fix multilang on some modules
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11991 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -51,6 +51,7 @@ class EditorialClass extends ObjectModel
|
||||
public static $definition = array(
|
||||
'table' => 'editorial',
|
||||
'primary' => 'id_editorial',
|
||||
'multilang' => true,
|
||||
'fields' => array(
|
||||
'body_home_logo_link' => array('type' => self::TYPE_STRING, 'validate' => 'isUrl'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user