* 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
+1 -1
View File
@@ -102,7 +102,7 @@
<td>
<div class='input-group'>
<?php echo html::select('whitelist[]', $users, $program->whitelist, 'class="form-control chosen" multiple');?>
<?php echo $this->fetch('my', 'buildContactLists', 'whitelist');?>
<?php echo $this->fetch('my', 'buildContactLists', "dropdownName='whitelist'");?>
</div>
</td>
</tr>