From 2f7dfc65d3ce7f698b19d72184d4251634434a19 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Mon, 2 May 2022 02:34:45 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E7=BE=A4=E7=BB=84?= =?UTF-8?q?=E6=89=80=E5=B1=9E=E5=88=86=E7=B1=BB=E7=BC=96=E8=BE=91=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E4=BC=9A=E8=AE=B0=E5=BF=86=E5=B7=B2=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=80=BC(=E4=BB=85=E5=BD=93=E5=8F=AA=E6=9C=89=E4=B8=80?= =?UTF-8?q?=E7=BA=A7=E5=88=86=E7=B1=BB)=20https://gitee.com/Discuz/DiscuzX?= =?UTF-8?q?/issues/I3IH7T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/module/forum/forum_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/module/forum/forum_group.php b/upload/source/module/forum/forum_group.php index 6217d10d7..e0eeefba6 100644 --- a/upload/source/module/forum/forum_group.php +++ b/upload/source/module/forum/forum_group.php @@ -483,7 +483,7 @@ if($action == 'index') { showmessage('group_setup_succeed', $url); } else { $firstgid = $_G['cache']['grouptype']['second'][$_G['forum']['fup']]['fup']; - $groupselect = get_groupselect($firstgid, $_G['forum']['fup']); + $groupselect = get_groupselect($firstgid ? $firstgid : $_G['forum']['fup'], $_G['forum']['fup']); $gviewpermselect = $jointypeselect = array('','',''); require_once libfile('function/editor'); $_G['forum']['descriptionnew'] = html2bbcode($_G['forum']['description']); -- Gitee