From 1c20452ea70fb2a893b0ea5f1cace63992bbf3eb Mon Sep 17 00:00:00 2001 From: xushubieli Date: Mon, 25 Apr 2022 13:53:20 +0800 Subject: [PATCH] Update taglist.class.php --- src/system/archive/taglist.class.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index 58354f96..e0a3f31a 100755 --- a/src/system/archive/taglist.class.php +++ b/src/system/archive/taglist.class.php @@ -567,14 +567,12 @@ class TagList $truepath = $GLOBALS["cfg_basedir"]; return $truepath; } - function SetTagsDir($dir = '') { global $cfg_tags_dir,$cfg_cmspath; if ($dir == "") $dir = str_replace("{cmspath}",$cfg_cmspath,$cfg_tags_dir); $this->tagsDir = $dir; } - //η”Ÿζˆι™ζ€Tag function MakeHtml($startpage = 1, $makepagesize = 0) {