瀏覽代碼

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; return;
} }
$this->CountRecord(); $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("{tid}", $this->TypeID, $this->Fields['tempindex']);
$tempfile = str_replace("{cid}", $this->ChannelUnit->ChannelInfos['nid'], $tempfile); $tempfile = str_replace("{cid}", $this->ChannelUnit->ChannelInfos['nid'], $tempfile);
$tempfile = $tmpdir."/".$tempfile; $tempfile = $tmpdir."/".$tempfile;


Loading…
取消
儲存