Merge branch 'sprint/master_fixbug_202207' into 'master'

* fix bug #24382

See merge request easycorp/zentaopms!4234
This commit is contained in:
王怡栋
2022-06-30 00:56:13 +00:00
+1 -1
View File
@@ -307,7 +307,7 @@
<?php endif;?>
<tr>
<th><?php echo $lang->story->category;?></th>
<td><?php echo $lang->story->categoryList[$story->category];?></td>
<td><?php echo zget($lang->story->categoryList, $story->category, $story->category)?></td>
</tr>
<tr>
<th><?php echo $lang->story->pri;?></th>