* Fix bug #27442.
This commit is contained in:
@@ -99,8 +99,8 @@ js::set('requiredFields', $config->task->edit->requiredFields);
|
||||
$taskMembers = array();
|
||||
if(isset($teams[$taskID]))
|
||||
{
|
||||
$teamAccounts = array_keys($teams[$taskID]);
|
||||
foreach($teamAccounts as $teamAccount) $taskMembers[$teamAccount] = $users[$teamAccount];
|
||||
$teamAccounts = $teams[$taskID];
|
||||
foreach($teamAccounts as $teamAccount) $taskMembers[$teamAccount->account] = $users[$teamAccount->account];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user