mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
change listGroups output
This commit is contained in:
parent
7869e4b69b
commit
8bff85cdb2
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue