From 2aa511254c3779eb2c80e66eb79fdc709bf6f3cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Tue, 3 Jan 2023 11:31:27 +0800 Subject: [PATCH] Update listview.class.php --- src/system/archive/listview.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 8ac61013..58d7577e 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -786,7 +786,7 @@ class ListView */ function GetPageListST($list_len, $listitem = "index,end,pre,next,pageno") { - global $cfg_cmspath, $cfg_rewrite; + global $cfg_rewrite; $prepage = $nextpage = ''; $prepagenum = $this->PageNo - 1; $nextpagenum = $this->PageNo + 1; @@ -874,7 +874,7 @@ class ListView */ function GetPageListDM($list_len, $listitem = "index,end,pre,next,pageno") { - global $cfg_cmspath, $cfg_rewrite; + global $cfg_rewrite; $prepage = $nextpage = ''; $prepagenum = $this->PageNo - 1; $nextpagenum = $this->PageNo + 1;