* adjust code.

This commit is contained in:
wangyidong
2023-03-13 08:58:35 +08:00
parent 108fae7cb5
commit b381efdff8
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -447,6 +447,7 @@ class group extends control
$this->view->packages = $this->group->getPrivPackagesByView($view);
$this->view->moduleLang = $moduleLang;
$this->view->modulePackages = $this->group->getModuleAndPackageTree('package');
$this->view->view = $view;
$this->display();
}