// Fix multilang on some modules

This commit is contained in:
rMalie
2012-01-02 13:47:41 +00:00
parent b079b8cda8
commit 881c364cba
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -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'),