diff --git a/src/controllers/groups.js b/src/controllers/groups.js index 178170d53e..071ffcb975 100644 --- a/src/controllers/groups.js +++ b/src/controllers/groups.js @@ -35,8 +35,8 @@ groupsController.getGroupsFromSet = function(uid, sort, start, stop, callback) { callback(null, { groups: groups, - allowGroupCreation: parseInt(meta.config.allowGroupCreation, 10) === 1, - nextStart: stop + 1 + allowGroupCreation: parseInt(meta.config.allowGroupCreation, 10) === 1, + nextStart: stop + 1 }); }); };