* 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
@@ -132,7 +132,7 @@
</div>
</div>
<div id='PRJAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->program->PRJAclList, $project->acl, '', 'block'));?>
<?php echo nl2br(html::radio('acl', $lang->program->PRJAclList, $project->acl == 'program' ? 'private' : 'open', '', 'block'));?>
</div>
<div id='PGMAcl' class='hidden'>
<?php echo nl2br(html::radio('acl', $lang->program->PGMPRJAclList, $project->acl, '', 'block'));?>