* Optimize code.

This commit is contained in:
mayue
2021-12-30 17:01:13 +08:00
parent eb28c3b3bb
commit 64d6d35a87
9 changed files with 8 additions and 9 deletions

View File

@@ -117,7 +117,7 @@
<td colspan='2'>
<div class='input-group'>
<?php echo html::select('whitelist[]', $users, '', 'class="form-control chosen" multiple');?>
<?php echo $this->fetch('my', 'buildContactLists', 'whitelist');?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName='whitelist'");?>
</div>
</td>
</tr>