[-] BO : BugFix : #PSCFV-2481 : Scene creation needs to show categories from context

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15492 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-05-21 12:57:32 +00:00
parent 6f50b2bd9c
commit c6320cebc7
@@ -276,6 +276,7 @@ class AdminScenesControllerCore extends AdminController
'use_search' => true,
'disabled_categories' => array(4),
'top_category' => Category::getTopCategory(),
'use_context' => true,
)
);
}