From aad4ad00fcaa876e732c97e2fe19e4fd90d35c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Mon, 19 Dec 2022 15:30:17 +0800 Subject: [PATCH] Update taglist.class.php --- src/system/archive/taglist.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index de21c1e3..75e67837 100755 --- a/src/system/archive/taglist.class.php +++ b/src/system/archive/taglist.class.php @@ -61,7 +61,7 @@ class TagList if (!empty($this->Tag)) { $this->TagInfos = $this->dsql->GetOne("SELECT * FROM `#@__tagindex` where id = '{$this->Tag}' "); if (!is_array($this->TagInfos)) { - $msg = "系统无此标签,已经移除标签"; + $msg = "网站找不到该标签"; ShowMsg($msg, "-1"); exit(); }