This commit is contained in:
hufangzhou
2023-09-27 15:21:53 +08:00
parent 17ea645477
commit 81572ab1ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1543,7 +1543,7 @@ class project extends control
$this->view->type = $type;
foreach($this->lang->resource as $moduleName => $action)
{
if($this->group->checkMenuModule($menu, $moduleName) or $type != 'byGroup') $this->app->loadLang($moduleName);
if($this->group->checkNavModule($menu, $moduleName) or $type != 'byGroup') $this->app->loadLang($moduleName);
}
if(!empty($_POST))