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

This commit is contained in:
vChabot
2012-05-21 12:57:32 +00:00
parent bd1155ed21
commit 3efe7d1a46
@@ -276,6 +276,7 @@ class AdminScenesControllerCore extends AdminController
'use_search' => true,
'disabled_categories' => array(4),
'top_category' => Category::getTopCategory(),
'use_context' => true,
)
);
}