mirror of
https://github.com/nextcloud/server.git
synced 2026-03-23 10:54:41 -04:00
Add missing parameter to usersInGroup()
This commit is contained in:
parent
3c517499bb
commit
ffe9da91af
1 changed files with 1 additions and 1 deletions
|
|
@ -249,6 +249,6 @@ class OC_Group {
|
|||
* @returns array with user ids
|
||||
*/
|
||||
public static function usersInGroup($gid){
|
||||
return self::$_backend->usersInGroup();
|
||||
return self::$_backend->usersInGroup($gid);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue