* code for task #49356.

This commit is contained in:
王怡栋
2022-03-09 10:53:08 +08:00
parent 27bd1de1d1
commit f5d4dfc9ad
6 changed files with 27 additions and 9 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<tr>
<th><?php echo $lang->user->visions;?></th>
<?php $visionList = $this->user->getVisionList();?>
<td><?php echo html::checkbox('visions', $visionList, key($visionList), "class='form-control'");?></td>
<td><?php echo html::checkbox('visions', $visionList, isset($visionList[$this->config->vision]) ? $this->config->vision : key($visionList), "class='form-control'");?></td>
</tr>
<tr>
<th><?php echo $lang->user->realname;?></th>