diff --git a/src/admin/makehtml_list_action.php b/src/admin/makehtml_list_action.php
index 2da70c89..427bb22e 100644
--- a/src/admin/makehtml_list_action.php
+++ b/src/admin/makehtml_list_action.php
@@ -101,13 +101,14 @@ if ($nextpage >= $totalpage && $finishType) {
exit();
}
} else {
+ $typename = isset($cfg_Cs[$tid][3])? base64_decode($cfg_Cs[$tid][3]) : "";
if ($finishType) {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$nextpage";
- ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100);
+ ShowMsg("更新栏目[".$tid."]{$typename},继续执行任务", $gourl, 0, 100);
exit();
} else {
$gourl = "makehtml_list_action.php?gotype={$gotype}&uppage=$uppage&mkpage=$mkpage&maxpagesize=$maxpagesize&typeid=$typeid&pageno=$pageno";
- ShowMsg("更新栏目".$tid.",继续执行任务", $gourl, 0, 100);
+ ShowMsg("更新栏目[".$tid."]{$typename},继续执行任务", $gourl, 0, 100);
exit();
}
}