From 5e153036fbde82ddc0b1c29f83acde4a0d802e85 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Mon, 19 Jul 2021 11:26:54 +0800 Subject: [PATCH] * Fix bug #13711. --- module/task/view/batchedit.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/task/view/batchedit.html.php b/module/task/view/batchedit.html.php index dd3905327f..637ff9a981 100755 --- a/module/task/view/batchedit.html.php +++ b/module/task/view/batchedit.html.php @@ -92,7 +92,7 @@ js::set('dittoNotice', $dittoNotice); '', 'ditto' => $this->lang->task->ditto); $teamAccounts = !empty($executionTeams[$tasks[$taskID]->execution]) ? array_keys($executionTeams[$tasks[$taskID]->execution]) : array(); - foreach($teamAccounts as $teamAccount) $members[$teamAccount] = $users[$teamAccount]; + foreach($teamAccounts as $teamAccount) $members[$teamAccount] = zget($users, $teamAccount); $members['closed'] = 'Closed'; $taskMembers = array();