// Some fix

This commit is contained in:
Jerome Nadaud
2013-09-13 17:11:12 +02:00
parent 5e2aa392da
commit 74237ff694
6 changed files with 115 additions and 62 deletions
+6
View File
@@ -100,6 +100,12 @@ class HelperFormCore extends Helper
if (isset($params['tree']['root_category']))
$tree->setRootCategory($params['tree']['root_category']);
if (isset($params['tree']['use_search']))
$tree->setUseSearch($params['tree']['use_search']);
if (isset($params['tree']['use_checkbox']))
$tree->setuseCheckBox($params['tree']['use_checkbox']);
$this->context->smarty->assign('categories_tree', $tree->render());
$categories = false;
}