* adjust showmodule link position and fix error.

This commit is contained in:
wangyidong
2016-04-29 13:45:28 +08:00
parent dd039abb6f
commit 2b5a458350
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -113,6 +113,7 @@ class tree extends control
$this->view->sons = $this->tree->getSons($rootID, $currentModuleID, $viewType, $branch);
$this->view->currentModuleID = $currentModuleID;
$this->view->parentModules = $parentModules;
$this->view->branch = $branch;
$this->view->tree = $this->tree->getFullTrees($rootID, $viewType);
$this->display();
}