From 441edac40e3b7ab13689418a8d9e40dd92365149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=91=E7=AB=99=E7=BD=91?= Date: Wed, 26 Jan 2022 08:06:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/plugin/mobile/api/4/viewthread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/plugin/mobile/api/4/viewthread.php b/upload/source/plugin/mobile/api/4/viewthread.php index dcda4f963..7d8e386c4 100644 --- a/upload/source/plugin/mobile/api/4/viewthread.php +++ b/upload/source/plugin/mobile/api/4/viewthread.php @@ -132,7 +132,7 @@ class mobile_api { $variable['postlist'][$k]['dateline'] = strip_tags($post['dateline']); $variable['postlist'][$k]['groupiconid'] = mobile_core::usergroupIconId($post['groupid']); if($firstpost['first'] && strpos($firstpost['message'],'[/hide]') !== FALSE ){ - $authorreplyexist = false; + $authorreplyexist = false; if(!$_G['forum']['ismoderator']) { if($_G['uid']) { $_post = C::t('forum_post')->fetch('tid:'.$_G['tid'], $pid); -- Gitee