* finish task #2800,2799.

This commit is contained in:
wangyidong
2016-11-15 11:19:16 +08:00
parent 95dff5fb68
commit ff435621c3
4 changed files with 43 additions and 46 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class tree extends control
elseif(strpos($viewType, 'doc') !== false)
{
$type = $lib->product ? 'product' : ($lib->project ? 'project' : 'custom');
$this->doc->setMenu($this->doc->getLibs($type), $rootID, $currentModuleID);
$this->doc->setMenu($rootID, $currentModuleID);
$this->lang->tree->menu = $this->lang->doc->menu;
$this->lang->tree->menuOrder = $this->lang->doc->menuOrder;
$this->lang->set('menugroup.tree', 'doc');