Merge pull request #1874 from tonoman3g/fix-padUsers-http-api-call

fix padUsers http api call in PadMessageHandler.js.
This commit is contained in:
John McLear 2013-09-09 08:00:11 -07:00
commit 527b7ad7f8
1 changed files with 1 additions and 0 deletions

View File

@ -1521,6 +1521,7 @@ exports.padUsers = function (padID, callback) {
author.id = s.author;
result.push(author);
callback();
});
}
}, function(err) {