* Fix bug.

This commit is contained in:
滔哥
2018-06-22 16:31:22 +08:00
parent e8c36a2e4f
commit 6c32a3b893
+1 -1
View File
@@ -198,7 +198,7 @@
<th><?php echo $lang->bug->resolution;?></th>
<td>
<?php
if(isset($lang->bug->resolutionList[$bug->resolution])) echo $lang->bug->resolutionList[$bug->resolution];
echo isset($lang->bug->resolutionList[$bug->resolution]) ? $lang->bug->resolutionList[$bug->resolution] : $bug->resolution;
if(isset($bug->duplicateBugTitle)) echo " #$bug->duplicateBug:" . html::a($this->createLink('bug', 'view', "bugID=$bug->duplicateBug", '', true), $bug->duplicateBugTitle, '', "class='iframe' data-width='80%'");
?>
</td>