* [refac] fix php warning.

This commit is contained in:
sunhao
2024-10-17 16:38:20 +08:00
committed by 刘刚
parent 39129f5613
commit 44f1b30cc3
+1 -1
View File
@@ -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')")
)
)