From 1912a2178e149660e71aeb9b1cd8e6e7c87c8c2d Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Sun, 8 May 2022 03:49:12 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=B1=80=E9=83=A8?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=BD=BF=E7=94=A8=E5=85=A8=E5=B1=80=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E6=9C=AA=E5=A3=B0=E6=98=8E=E5=BC=95=E8=B5=B7=E7=9A=84?= =?UTF-8?q?=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/module/forum/forum_viewthread.php | 2 +- upload/source/module/misc/misc_tag.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/upload/source/module/forum/forum_viewthread.php b/upload/source/module/forum/forum_viewthread.php index 1ff026852..b550d123d 100644 --- a/upload/source/module/forum/forum_viewthread.php +++ b/upload/source/module/forum/forum_viewthread.php @@ -1068,7 +1068,7 @@ function viewthread_updateviews($tableid) { } function viewthread_procpost($post, $lastvisit, $ordertype, $maxposition = 0) { - global $_G, $rushreply; + global $_G, $rushreply, $hiddenreplies; if(!$_G['forum_newpostanchor'] && $post['dateline'] > $lastvisit) { $post['newpostanchor'] = ''; diff --git a/upload/source/module/misc/misc_tag.php b/upload/source/module/misc/misc_tag.php index 11aa32ff3..943043427 100644 --- a/upload/source/module/misc/misc_tag.php +++ b/upload/source/module/misc/misc_tag.php @@ -143,7 +143,7 @@ function getthreadsbytids($tidarray) { } function getblogbyid($blogidarray) { - global $_G; + global $_G, $summarylen; $bloglist = array(); if(!empty($blogidarray)) { -- Gitee