From e6160c0a8b25b6c2173ea5cc42bfe52b034cfc13 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Tue, 12 Jan 2021 14:18:11 +0800 Subject: [PATCH] * Finish task#8961. --- module/bug/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/bug/model.php b/module/bug/model.php index 163ab70742..60dcc3ba52 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -2668,7 +2668,7 @@ class bugModel extends model $params = "bugID=$bug->id"; if($canBeChanged) { - common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'confirm', '', 'iframe', true); + common::printIcon('bug', 'confirmBug', $params, $bug, 'list', 'ok', '', 'iframe', true); common::printIcon('bug', 'resolve', $params, $bug, 'list', 'checked', '', 'iframe', true); common::printIcon('bug', 'close', $params, $bug, 'list', '', '', 'iframe', true); common::printIcon('bug', 'edit', $params, $bug, 'list');