mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 15:36:16 -04:00
parent
e72511349d
commit
8ab2442cc9
1 changed files with 1 additions and 0 deletions
|
@ -170,6 +170,7 @@ exports.getPad = function(id, text, callback)
|
||||||
{
|
{
|
||||||
if(ERR(err, callback)) return;
|
if(ERR(err, callback)) return;
|
||||||
globalPads.set(id, pad);
|
globalPads.set(id, pad);
|
||||||
|
padList.addPad(id);
|
||||||
callback(null, pad);
|
callback(null, pad);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue