Update control.php

This commit is contained in:
周旭东
2022-04-13 07:24:55 +00:00
parent 4e7fcd1ad1
commit e9e20ffae0
+1 -1
View File
@@ -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'] : '');