* Fix bug#30105.

This commit is contained in:
xieqiyu
2022-11-24 13:37:35 +08:00
parent 55a42af328
commit a640d56e39

View File

@@ -124,7 +124,7 @@
<td title="<?php echo zget($lang->bug->typeList, $bug->type, '');?>"><?php echo zget($lang->bug->typeList, $bug->type, '');?></td>
<td class='text-left nobr'>
<?php
if(isset($bug->shadow))
if(isset($bug->shadow) and !empty($bug->shadow))
{
echo html::a($this->createLink('project', 'browse'), $bug->productName, null, "title={$bug->productName}");
}