mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Merge pull request #1974 from ether/fix/fix-list-all-pads
Update padList correctly
This commit is contained in:
commit
68caa06eed
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ exports.getPad = function(id, text, callback)
|
|||
{
|
||||
if(ERR(err, callback)) return;
|
||||
globalPads.set(id, pad);
|
||||
padList.addPad(id);
|
||||
callback(null, pad);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue