* Fix bug #18147,18149.

This commit is contained in:
mayue
2022-01-06 13:38:10 +08:00
parent 0325b07527
commit fcb699c84d
11 changed files with 25 additions and 21 deletions
+1 -1
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', "dropdownName='whitelist'");?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName=whitelist");?>
</div>
</td>
</tr>