From 44f1b30cc37bf4fb8e8a979b8fcdf90d70ab540e Mon Sep 17 00:00:00 2001 From: sunhao Date: Thu, 17 Oct 2024 16:37:11 +0800 Subject: [PATCH] * [refac] fix php warning. --- module/doc/ui/createlib.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/ui/createlib.html.php b/module/doc/ui/createlib.html.php index 0f22356784..ac976ea4d8 100644 --- a/module/doc/ui/createlib.html.php +++ b/module/doc/ui/createlib.html.php @@ -145,7 +145,7 @@ formPanel ( set::name('acl'), set::items($lang->doclib->aclList), - set::value($acl), + set::value(isset($acl) ? $acl : ''), on::change("toggleAcl('lib')") ) )