mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 01:07:50 +00:00
Fix some more instances in the groups service connector where we weren't returning the response
This commit is contained in:
@@ -138,7 +138,7 @@ function AddGroup(
|
||||
'METHOD' => 'PUTGROUP',
|
||||
'OP' => 'ADD');
|
||||
|
||||
$responseXml = PostToService($serviceUri, http_build_query($params), $debug);
|
||||
return PostToService($serviceUri, http_build_query($params), $debug);
|
||||
}
|
||||
|
||||
function AddUserToGroup($serviceUri, $groupId, $userId, $roleId, $debug = FALSE)
|
||||
@@ -233,7 +233,7 @@ function UpdateGroup(
|
||||
'METHOD' => 'PUTGROUP',
|
||||
'OP' => 'UPDATE');
|
||||
|
||||
$responseXml = PostToService($serviceUri, http_build_query($params), $debug);
|
||||
return PostToService($serviceUri, http_build_query($params), $debug);
|
||||
}
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user