diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php
index 2dd32e1d37..898581e5eb 100644
--- a/module/my/view/bug.html.php
+++ b/module/my/view/bug.html.php
@@ -108,7 +108,12 @@
pri?>' title='bug->priList, $bug->pri);?>'>bug->priList, $bug->pri)?> |
createLink('bug', 'view', "bugID=$bug->id"), $bug->title, null, "style='color: $bug->color' title={$bug->title}");?> |
productLink == 'product-all' ? '' : "productID=$bug->product";?>
- createLink('product', explode('-', $config->productLink)[1], $param), $bug->productName, null, "title={$bug->productName}");?> |
+
+ productLink);
+ echo html::a($this->createLink('product', $productLink[1], $param), $bug->productName, null, "title={$bug->productName}");
+ ?>
+ |
bug->typeList, $bug->type, '');?> |
openedBy);?> |