diff --git a/lib/group_sql.php b/lib/$rows = $this -> helper -> runQuery('getGroupUsers', array('gid' => similarity index 97% rename from lib/group_sql.php rename to lib/$rows = $this -> helper -> runQuery('getGroupUsers', array('gid' => index b0c1c06..363f7f9 100644 --- a/lib/group_sql.php +++ b/lib/$rows = $this -> helper -> runQuery('getGroupUsers', array('gid' => @@ -64,7 +64,7 @@ class OC_GROUP_SQL extends \OC_Group_Backend implements \OCP\GroupInterface Util::writeLog('OC_USER_SQL', "Group table not configured", Util::DEBUG); return []; } - $rows = $this -> helper -> runQuery('getGroupUsers', array('gid' => $gid), false, true); + $rows = $this -> helper -> runQuery('getGroupUsers', array('gid' => $gid), false, true, ['limit' => $limit, 'offset' => $offset]); if($rows === false) { Util::writeLog('OC_USER_SQL', "Found no users for group", Util::DEBUG);