From d73d657c88c808d6a3d54b47e776ea2e3ea9ab39 Mon Sep 17 00:00:00 2001 From: brotherand2 <547996854@qq.com> Date: Tue, 8 Jun 2021 17:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E7=A9=BA=E9=97=B4-=E8=AE=B0=E5=BD=95-=E5=9B=9E=E5=A4=8D?= =?UTF-8?q?=E5=90=8E=E6=88=91=E7=9A=84=E6=9C=80=E6=96=B0=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E9=AB=98=E4=BA=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/source/include/spacecp/spacecp_doing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload/source/include/spacecp/spacecp_doing.php b/upload/source/include/spacecp/spacecp_doing.php index abaeef715..efa40b732 100644 --- a/upload/source/include/spacecp/spacecp_doing.php +++ b/upload/source/include/spacecp/spacecp_doing.php @@ -213,7 +213,7 @@ if($_GET['op'] == 'delete') { foreach(C::t('home_docomment')->fetch_all_by_doid($doid) as $value) { $tree->setNode($value['id'], $value['upid'], $value); $count++; - if($value['authorid'] == $space['uid']) $highlight = $value['id']; + if($value['uid'] == $space['uid']) $highlight = $value['id']; } } -- Gitee