mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-20 23:46:14 -04:00
Merge pull request #821 from marcelklehr/fix-contributor-api-methods
Fix contributor api methods
This commit is contained in:
commit
711dee8f6b
2 changed files with 4 additions and 7 deletions
|
@ -84,7 +84,7 @@ Pad.prototype.appendRevision = function appendRevision(aChangeset, author) {
|
|||
this.saveToDatabase();
|
||||
|
||||
// set the author to pad
|
||||
if(author != '')
|
||||
if(author)
|
||||
authorManager.addPad(author, this.id);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue