mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Changed pad_id to padID to follow projct standards.
This commit is contained in:
parent
0fd8490ca6
commit
a521a12583
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ Pad.prototype.remove = function remove(callback) {
|
|||
{
|
||||
db.remove("pad:"+padID);
|
||||
padManager.unloadPad(padID);
|
||||
hooks.callAll("padRemove", {'pad_id':padID});
|
||||
hooks.callAll("padRemove", {'padID':padID});
|
||||
callback();
|
||||
}
|
||||
], function(err)
|
||||
|
|
Loading…
Reference in a new issue