* Fix bug #48903, adjust gitlab user create api params.
This commit is contained in:
@@ -813,7 +813,7 @@ class gitlabModel extends model
|
||||
|
||||
$apiRoot = $this->getApiRoot($gitlabID);
|
||||
$url = sprintf($apiRoot, "/users");
|
||||
return json_decode(commonModel::http($url, $user));
|
||||
return json_decode(commonModel::http($url, $user, array(), array(), 'json'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user