mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
listAllPads should return an object, not an arraay. issue #1374
This commit is contained in:
parent
96989e63c7
commit
858d8e6e71
2 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ exports.createGroupPad = groupManager.createGroupPad;
|
|||
/**PADLIST FUNCTION****/
|
||||
/**********************/
|
||||
|
||||
exports.listAllPads = padManager.getPads;
|
||||
exports.listAllPads = padManager.listAllPads;
|
||||
|
||||
/**********************/
|
||||
/**AUTHOR FUNCTIONS****/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue