change listGroups output

This commit is contained in:
aritas1 2012-02-14 21:57:08 +04:00
parent 7869e4b69b
commit 8bff85cdb2
2 changed files with 3 additions and 3 deletions

View file

@ -480,7 +480,7 @@ exports.listAllPads = function(callback)
//get all groups
groupManager.listGroups(function (err, groups)
{
groups=groups["groups"];
groups=groups["groupIDs"];
// if defaultGroup exists add this too, becaus ists not listed in groupManager.listGroups
groupManager.doesGroupExist(defaultGroup, function(err, exists)
{