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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15377 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-18 14:15:11 +00:00
parent c57061f759
commit 502e5a216f
+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),