Merge branch 'fixbugs_zhouxin_21636' into 'master'
* Fix bug #21636. See merge request easycorp/zentaopms!2877
This commit is contained in:
@@ -321,7 +321,7 @@ class tree extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->view->optionMenu = $this->tree->getOptionMenu($module->root, $module->type, 0, $branch);
|
||||
$this->view->optionMenu = $this->tree->getOptionMenu($module->root, $module->type, 0, $module->branch);
|
||||
}
|
||||
if($type == 'doc') $this->view->libs = $this->loadModel('doc')->getLibs('all', $extra = 'withObject');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user