mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixing another new API Problem
This commit is contained in:
parent
fb0968d020
commit
ee2c8f4524
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ function handleClientReady(client, message)
|
|||
{
|
||||
if(sessioninfos[pad2sessions[message.padId][i]].author == author)
|
||||
{
|
||||
socketio.clients[pad2sessions[message.padId][i]].json.send({disconnect:"doublelogin"});
|
||||
socketio.sockets.sockets[pad2sessions[message.padId][i]].json.send({disconnect:"doublelogin"});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue