* Fix details.

This commit is contained in:
Yagami
2020-10-22 17:15:48 +08:00
parent 934a3278f5
commit 6f25acbb87
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
</div>
</div>
<div id='PGMAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->program->PGMAclList, $program->acl, '', 'block'));?>
<?php echo nl2br(html::radio('acl', $lang->program->PGMAclList, $program->acl == 'program' ? 'private' : 'open', '', 'block'));?>
</div>
<div id='subPGMAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->program->subPGMAclList, $program->acl, '', 'block'));?>