From 96d1375c07d1e94c846cee0d9a938c9b8dfeca48 Mon Sep 17 00:00:00 2001 From: "i-moe@qq.com" Date: Mon, 26 Apr 2021 17:28:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=B9=E6=AE=8A=E6=83=85?= =?UTF-8?q?=E5=86=B5=E4=B8=8B=E5=9B=9E=E5=B8=96=E5=80=92=E5=BA=8F=E6=8E=92?= =?UTF-8?q?=E5=88=97=E7=9A=84=E9=A1=BA=E5=BA=8F=E5=90=8D=E7=A7=B0=E9=94=99?= =?UTF-8?q?=E4=B9=B1=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/upload/source/module/forum/forum_viewthread.php b/upload/source/module/forum/forum_viewthread.php index 40abeb611..46131f0b2 100644 --- a/upload/source/module/forum/forum_viewthread.php +++ b/upload/source/module/forum/forum_viewthread.php @@ -1085,7 +1085,6 @@ function viewthread_procpost($post, $lastvisit, $ordertype, $maxposition = 0) { $post['number'] = ++$_G['forum_numpost']; } else { $post['number'] = $post['first'] == 1 ? 1 : --$_G['forum_numpost']; - $post['number'] = $post['number'] - 1; } } } -- Gitee