From cbfb834fbf75bd8386c4aed5b4bfbd54f0fc6534 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Thu, 19 May 2022 08:02:54 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=B8=96=E5=86=85?= =?UTF-8?q?=E8=BF=87=E6=9C=9F=E5=88=86=E7=B1=BB=E4=BF=A1=E6=81=AF=E6=9C=AA?= =?UTF-8?q?=E9=9A=90=E8=97=8F=20=E8=AE=BA=E5=9D=9B-=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E4=BF=A1=E6=81=AF-=E5=88=86=E7=B1=BB=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E8=AF=A6=E6=83=85-=E5=BC=80=E5=90=AF=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=9C=89=E6=95=88=E6=9C=9F=20=E7=94=B1?= =?UTF-8?q?=E4=BA=8Eoptionexpiration=E5=8F=98=E9=87=8F=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8,=E8=BF=87=E6=9C=9F=E4=BA=86=E4=BE=9D=E7=84=B6?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/function/function_threadsort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/function/function_threadsort.php b/upload/source/function/function_threadsort.php index 4e003cdf3..079805004 100644 --- a/upload/source/function/function_threadsort.php +++ b/upload/source/function/function_threadsort.php @@ -454,7 +454,7 @@ function threadsortshow($sortid, $tid) { } } - $threadsortshow['optionlist'] = !$optionexpiration ? $_G['forum_option'] : 'expire'; + $threadsortshow['optionlist'] = !$sortdataexpiration ? $_G['forum_option'] : 'expire'; $threadsortshow['typetemplate'] = $typetemplate; $threadsortshow['expiration'] = dgmdate($sortdataexpiration, 'd'); -- Gitee