* [bug#62951,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-06-03 05:14:47 +00:00
parent c0a1a4edb1
commit bfbea0b309
+1 -1
View File
@@ -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