mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Merge pull request #1518 from eldiddio/fix-typo
Fixed typo thats made server hang
This commit is contained in:
commit
5b5176cc0c
1 changed files with 1 additions and 1 deletions
|
@ -1429,7 +1429,7 @@ function composePadChangesets(padId, startNum, endNum, callback)
|
|||
*/
|
||||
exports.padUsersCount = function (padID, callback) {
|
||||
callback(null, {
|
||||
padUsersCount: socketio.sockets.clients(padId).length
|
||||
padUsersCount: socketio.sockets.clients(padID).length
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue