From bfbea0b3096b5965a97f542507db981c5d893226 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Tue, 3 Jun 2025 05:14:47 +0000 Subject: [PATCH] * [bug#62951,done,0.2h] fix bug. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index 8e967c1b8c..77f80a9143 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -2192,7 +2192,7 @@ class execution extends control include $this->app->getModulePath('', 'execution') . 'lang/' . $this->app->getClientLang() . '.php'; } - $tips = $tips . sprintf($this->lang->execution->confirmDelete, $this->executions[$executionID]); + $tips = $tips . sprintf($this->lang->execution->confirmDelete, $execution->name); return $this->send(array('callback' => "confirmDeleteExecution({$executionID}, \"{$tips}\")")); } else