// revert multishop declaration in definitions

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15389 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-18 15:03:30 +00:00
parent 79703661d7
commit 0aace1a73a
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -49,7 +49,6 @@ 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),