浏览代码

Update taglist.class.php

tags/6.5.0
tianya 1周前
父节点
当前提交
031d9e831e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/system/archive/taglist.class.php

+ 1
- 0
src/system/archive/taglist.class.php 查看文件

@@ -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'];


正在加载...
取消
保存