* Fix bug #3293.
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
$teamAccounts = array_keys($teams[$taskID]);
|
||||
foreach($teamAccounts as $teamAccount)
|
||||
{
|
||||
$taskMembers[] = $members[$teamAccount];
|
||||
$taskMembers[$teamAccount] = $members[$teamAccount];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
$teamAccounts = array_keys($task->team);
|
||||
foreach($teamAccounts as $teamAccount)
|
||||
{
|
||||
$taskMembers[] = $members[$teamAccount];
|
||||
$taskMembers[$teamAccount] = $members[$teamAccount];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user