Просмотр исходного кода

Update taglist.class.php

tags/6.2.5
叙述、别离 2 лет назад
Родитель
Сommit
aad4ad00fc
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      src/system/archive/taglist.class.php

+ 1
- 1
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();
}


Загрузка…
Отмена
Сохранить