* Fix bug.

This commit is contained in:
Yagami
2020-12-17 13:28:16 +08:00
parent 447dacf8f9
commit 915b7533cf
8 changed files with 74 additions and 45 deletions
+1 -1
View File
@@ -134,7 +134,7 @@
<tr>
<th><?php echo $lang->program->PRJStoryConcept;?></th>
<td>
<?php echo html::select('storyConcept', $URSRPairs, '', "class='form-control chosen'");?>
<?php echo html::select('storyConcept', $URSRPairs, $config->custom->URSR, "class='form-control chosen'");?>
</td>
</tr>
<tr>