From 69eb5879f3283475b8e8840bf01e92707ddc6d10 Mon Sep 17 00:00:00 2001 From: DiscuzX <153619335@qq.com> Date: Tue, 8 Oct 2024 16:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E2=80=9C=E9=87=8D=E5=BB=BA(?= =?UTF-8?q?=E8=AE=BA=E5=9D=9B/=E5=9C=88=E5=AD=90)=E5=B8=96=E6=95=B0?= =?UTF-8?q?=E2=80=9D=E5=90=8E=EF=BC=8C=E6=9C=80=E5=90=8E=E5=9B=9E=E5=B8=96?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA{subject}=E7=9A=84BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DiscuzX <153619335@qq.com> --- upload/source/admincp/admincp_counter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/admincp/admincp_counter.php b/upload/source/admincp/admincp_counter.php index c8a27edc0..65e5fddb2 100644 --- a/upload/source/admincp/admincp_counter.php +++ b/upload/source/admincp/admincp_counter.php @@ -49,7 +49,7 @@ if(submitcheck('forumsubmit', 1)) { $thread = C::t('forum_thread')->fetch_by_fid_displayorder($forum['fid']); $subject = cutstr($thread['subject'], 80); - $lastpost = "{$thread['tid']}\t{subject}\t{$thread['lastpost']}\t{$thread['lastposter']}"; + $lastpost = "{$thread['tid']}\t{$subject}\t{$thread['lastpost']}\t{$thread['lastposter']}"; C::t('forum_forum')->update($forum['fid'], array('threads' => $threads, 'posts' => $posts, 'lastpost' => $lastpost)); } -- Gitee