[-] BO : fix bug #PSCFV-2402 - scenes creation with multishop is broken

This commit is contained in:
tDidierjean
2012-05-18 14:15:11 +00:00
parent 0d09b67acc
commit 879b767d2c
+1
View File
@@ -49,6 +49,7 @@ class SceneCore extends ObjectModel
'table' => 'scene',
'primary' => 'id_scene',
'multilang' => true,
'multishop' => true,
'fields' => array(
'active' => array('type' => self::TYPE_BOOL, 'validate' => 'isBool', 'required' => true),