This commit is contained in:
barisusakli
2015-06-24 17:15:58 -04:00
parent a31178ebd8
commit 718f61e3bd
7 changed files with 9 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ var async = require('async'),
groupsController.list = function(req, res, next) {
var sort = req.query.sort || 'alpha';
groupsController.getGroupsFromSet(req.uid, sort, 0, 8, function(err, data) {
groupsController.getGroupsFromSet(req.uid, sort, 0, 14, function(err, data) {
if (err) {
return next(err);
}