From 71d91cdc54df5ee4c8bfca860bcc29432b88fbb1 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 13 Jul 2021 09:52:53 +0800 Subject: [PATCH] * fix error. --- module/project/view/view.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/project/view/view.html.php b/module/project/view/view.html.php index c62d77ab46..96df6f4b10 100644 --- a/module/project/view/view.html.php +++ b/module/project/view/view.html.php @@ -221,7 +221,8 @@
project->acl;?>
-

project->aclList[$project->acl];?>

+ parent ? $lang->project->subAclList : $lang->project->aclList;?> +

acl];?>

printExtendFields($project, 'div', "position=right&inForm=0&inCell=1");?>