From a9b309fefc19c82c80c88bdcd48ff70ab178ae0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E6=80=A1=E6=A0=8B?= Date: Tue, 24 Aug 2021 13:39:45 +0800 Subject: [PATCH] * adjust for lower php version. --- module/my/view/bug.html.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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);?>