소스 검색

Update makehtml_taglist_action.php

tags/6.1.9
tianya 1 년 전
부모
커밋
d920784c24
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      src/admin/makehtml_taglist_action.php

+ 2
- 1
src/admin/makehtml_taglist_action.php 파일 보기

@@ -50,7 +50,8 @@ if ($ctagid == 0 && $allfinish) {
}
$tag = $dsql->GetOne("SELECT * FROM `#@__tagindex` WHERE id='$ctagid' LIMIT 0,1;");
// 创建TAGS目录
MkdirAll($cfg_basedir.$cfg_tags_dir, $cfg_dir_purview);
$tagsDir = str_replace("{cmspath}",$cfg_cmspath,$cfg_tags_dir);
MkdirAll($cfg_basedir.$tagsDir, $cfg_dir_purview);
if (is_array($tag) && count($tag) > 0) {
$dlist = new TagList($tag['id'], 'taglist.htm');
$dlist->CountRecord();


불러오는 중...
취소
저장