From dc646774711cc96ca81227640c9d444c54c0f58a 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?= Date: Sat, 13 Jul 2024 06:16:14 +0800 Subject: [PATCH] Update searchview.class.php --- src/system/archive/searchview.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index fd848a4f..68912408 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -429,7 +429,7 @@ class SearchView } else if ($tagname == "hotwords") { $this->dtp->Assign($tagid, lib_hotwords($ctag, $this)); } else if ($tagname == "channelartlist") { - $this->dtp->Assign($tagid,lib_channelartlist($ctag,$this)); + $this->dtp->Assign($tagid,lib_channelartlist($ctag, $this)); } else if ($tagname == "field") { //类别的指定字段 if (isset($this->Fields[$ctag->GetAtt('name')])) { @@ -450,7 +450,7 @@ class SearchView $GLOBALS['envs']['reid'] = $typeid; $this->dtp->Assign($tagid, lib_channel($ctag, $this)); } else if ($tagname == "arclist") { - $this->dtp->Assign($tagid,lib_arclist($ctag,$this)); + $this->dtp->Assign($tagid,lib_arclist($ctag, $this)); } else if ($tagname == "likewords") { $this->dtp->Assign($tagid, $this->GetLikeWords($ctag->GetAtt('num'))); }