From 01fd78720cf64e90a549ff7eac922a3152da039c Mon Sep 17 00:00:00 2001 From: mayue Date: Thu, 30 Jun 2022 16:17:47 +0800 Subject: [PATCH] * Fix bug #24639. --- module/doc/view/edit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/view/edit.html.php b/module/doc/view/edit.html.php index f404934f9c..3569041e5c 100644 --- a/module/doc/view/edit.html.php +++ b/module/doc/view/edit.html.php @@ -83,7 +83,7 @@ doclib->control;?> - acl == 'private' ? 'private' : $doc->acl;?> + acl == 'private' ? 'private' : $doc->acl;?> doc->aclList, $acl, "onchange='toggleAcl(this.value, \"doc\")'")?> doc->noticeAcl['doc'][$acl];?>