From e9e20ffae0b11731909be2ffcc06b1b6a9db3da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E6=97=AD=E4=B8=9C?= Date: Wed, 13 Apr 2022 07:24:55 +0000 Subject: [PATCH] Update control.php --- module/todo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/todo/control.php b/module/todo/control.php index cf6f386247..fade70b864 100644 --- a/module/todo/control.php +++ b/module/todo/control.php @@ -212,7 +212,7 @@ class todo extends control if(!isset($objectIDList[$todo->type])) $objectIDList[$todo->type] = array(); $objectIDList[$todo->type][$todo->idvalue] = $todo->idvalue; } - } + } } $bugs = $this->bug->getUserBugPairs($account, true, 0, '', '', isset($objectIDList['bug']) ? $objectIDList['bug'] : '');