Skip to content

Commit

Permalink
carry over from I2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Apr 5, 2021
1 parent c27d6a8 commit d12d5bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/GrouperApiAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,8 @@ public function getGrouperGroupInfo(array $queryData) {
//Now get the Group Attributes and add them to group
if (isset($results['WsGetAttributeAssignmentsResults']['wsAttributeAssigns']) && $results['WsGetAttributeAssignmentsResults']['wsAttributeAssigns'] != NULL) {
$groupInfo[0]["attributes"] = $results['WsGetAttributeAssignmentsResults']['wsAttributeAssigns'];
} else {
$groupInfo[0]["attributes"] = array();
}

return $groupInfo;
Expand Down

0 comments on commit d12d5bb

Please sign in to comment.