* [refac bug #62568] Fix error.
This commit is contained in:
+1
-1
@@ -234,7 +234,7 @@ class taskZen extends task
|
||||
$executionTeams = array();
|
||||
$executionIdList = array_unique(array_column($tasks, 'execution'));
|
||||
$executionTeamList = $this->execution->getMembersByIdList($executionIdList);
|
||||
foreach($executionIdList as $id) $executionTeams[$id] = array_column((array)$executionTeamList[$id], 'account');
|
||||
foreach($executionIdList as $id) $executionTeams[$id] = array_column((array)zget($executionTeamList, $id, array()), 'account');
|
||||
|
||||
$moduleGroup = array();
|
||||
if(!$executionID)
|
||||
|
||||
Reference in New Issue
Block a user