Explorar el Código

Update taglist.class.php

tags/6.5.0
tianya hace 1 semana
padre
commit
031d9e831e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/system/archive/taglist.class.php

+ 1
- 0
src/system/archive/taglist.class.php Ver fichero

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


Cargando…
Cancelar
Guardar