* Fix bug.

This commit is contained in:
wangyuting
2022-11-14 07:59:22 +00:00
parent da374c2994
commit f16bef503e
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
<?php if($app->tab == 'project' && !empty($multipleProject)):?>
<tr>
<th><?php echo $lang->build->builds;?></th>
<td id='buildBox'><?php echo html::select('builds', array(), '', "class='form-control chosen' multiple");?></td>
<td id='buildBox'><?php echo html::select('builds[]', array(), '', "class='form-control chosen' multiple");?></td>
<td><?php echo $lang->build->notice->autoRelation;?></td>
</tr>
<?php endif;?>