* Fix create story bug.

This commit is contained in:
Yagami
2020-11-19 14:52:32 +08:00
parent dcf420bd9c
commit bbe210c2a0
+1 -1
View File
@@ -116,7 +116,7 @@
<?php endif;?>
<?php endif;?>
</tr>
<?php if($type == 'story'):?>
<?php if($config->URAndSR and $type == 'story'):?>
<tr>
<th><?php echo $lang->story->requirement;?></th>
<td colspan=2><?php echo html::select('URS[]', $URS, '', "class='form-control chosen' multiple");?></td>