Some further fixes to the ajax client, as well as maybe fixing the i.d.l. bug manifesting from a poor msg input send.

This commit is contained in:
Griatch 2016-06-01 01:22:10 +02:00
parent f04c82fa17
commit 410d04456c
3 changed files with 7 additions and 7 deletions

View file

@ -274,7 +274,7 @@ class PortalSessionHandler(SessionHandler):
"""
return len(self.get_sessions(include_unloggedin=include_unloggedin))
def session_from_csessid(self, csessid):
def sessions_from_csessid(self, csessid):
"""
Given a session id, retrieve the session (this is primarily
intended to be called by web clients)