* Fix project code details.

This commit is contained in:
Yagami
2021-03-09 13:44:42 +08:00
parent 52bcf357ec
commit 9098e727a5
16 changed files with 58 additions and 47 deletions
+1 -1
View File
@@ -2369,7 +2369,7 @@ EOD;
}
if($group == 'project')
{
if($config->systemMode == 'classic' or $methodName == 'browse')
if($config->systemMode == 'classic' or ($moduleName == 'project' and $methodName == 'browse'))
{
$lang->menu = $lang->project->menu;
}