diff --git a/node/PadManager.js b/node/PadManager.js index fc550c995..6d3fe13ae 100644 --- a/node/PadManager.js +++ b/node/PadManager.js @@ -123,7 +123,8 @@ function appendRevision(id, theChangeset, author) globalPads[id].rev[newRev].meta.timestamp = new Date().getTime(); //ex. getNumForAuthor - apool.putAttrib(['author',author||'']); + if(author != '') + apool.putAttrib(['author',author||'']); if(newRev%100==0) {