From 5dbd0ad4b9b4f45f68e1fb09371849db09374a4b Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 29 Nov 2021 10:28:52 +0800 Subject: [PATCH] * Fix bug #16869. --- module/user/view/task.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/user/view/task.html.php b/module/user/view/task.html.php index b431799e77..1c6f51ab38 100644 --- a/module/user/view/task.html.php +++ b/module/user/view/task.html.php @@ -56,7 +56,7 @@ createLink('task', 'view', "taskID=$task->id"), sprintf('%03d', $task->id));?> - pri == '0' ? '' : zget($lang->task->priList, $task->pri, $task->pri)?> + task->priList, $task->pri, $task->pri);?> createLink('execution', 'browse', "executionID=$task->executionID"), $task->executionName);?> team)) echo '' . $this->lang->task->multipleAB . ' ';?>