Browse Source

Update taglist.class.php

tags/6.5.0
tianya 1 week ago
parent
commit
031d9e831e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/system/archive/taglist.class.php

+ 1
- 0
src/system/archive/taglist.class.php View File

@@ -64,6 +64,7 @@ class TagList
ShowMsg('当前标签不存在,系统自动返回主页', '/');
exit();
}
$this->Fields['litpic'] = empty($this->TagInfos['litpic']) ? $this->TagInfos['litpic'] : $this->TagInfos['litpic'];
$this->Fields['title'] = empty($this->TagInfos['title']) ? $this->TagInfos['tag'] : $this->TagInfos['title'];
$this->Fields['keywords'] = empty($this->TagInfos['keywords']) ? $this->Fields['keywords'] : $this->TagInfos['keywords'];
$this->Fields['description'] = empty($this->TagInfos['description']) ? $this->Fields['description'] : $this->TagInfos['description'];


Loading…
Cancel
Save