From cad06164f2eabd8ac979a13ae6e640f4a68c1cce Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Thu, 19 May 2022 04:08:02 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=20=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=8F=91=E5=B8=96=E5=AE=A1=E6=A0=B8=E6=96=B0=E4=B8=BB=E9=A2=98?= =?UTF-8?q?=E5=92=8C=E6=96=B0=E5=9B=9E=E5=A4=8D=E7=9A=84=E7=89=88=E5=9D=97?= =?UTF-8?q?=E5=8F=91=E5=B8=96=E6=88=96=E5=9B=9E=E5=A4=8D=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=8F=90=E7=A4=BA(=E9=9C=80=E5=AE=A1=E6=A0=B8)=20\$modnewthrea?= =?UTF-8?q?ds,=20\$modnewreplies=E5=8F=98=E9=87=8F=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/module/forum/forum_post.php | 1 + 1 file changed, 1 insertion(+) diff --git a/upload/source/module/forum/forum_post.php b/upload/source/module/forum/forum_post.php index ab70af613..2efcc16ad 100644 --- a/upload/source/module/forum/forum_post.php +++ b/upload/source/module/forum/forum_post.php @@ -338,6 +338,7 @@ if(helper_access::check_module('album') && $_G['group']['allowupload'] && $_G['s require_once libfile('function/portalcp'); } $navtitle = lang('core', 'title_'.$_GET['action'].'_post'); +list($modnewthreads, $modnewreplies) = threadmodstatus(''); if($_GET['action'] == 'newthread' || $_GET['action'] == 'newtrade') { loadcache('groupreadaccess'); -- Gitee