소스 검색

Update sglistview.class.php

undefined
叙述、别离 3 주 전
부모
커밋
51072723bb
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. +2
    -0
      src/system/archive/sglistview.class.php

+ 2
- 0
src/system/archive/sglistview.class.php 파일 보기

@@ -329,6 +329,8 @@ class SgListView
return;
}
$this->CountRecord();
if ((empty($this->PageNo) || $this->PageNo == 1) && $this->TypeLink->TypeInfos['ispart'] == 1) {
$tmpdir = $GLOBALS['cfg_basedir'].$GLOBALS['cfg_templets_dir'];
$tempfile = str_replace("{tid}", $this->TypeID, $this->Fields['tempindex']);
$tempfile = str_replace("{cid}", $this->ChannelUnit->ChannelInfos['nid'], $tempfile);
$tempfile = $tmpdir."/".$tempfile;


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