This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 85bf41e89544ce8422abf1d9e0b266f287b672ef Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Mar 9 12:36:44 2014 +0100 JSON webUI: rename task listsessions to listprofiles --- x2gobroker/web/json.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x2gobroker/web/json.py b/x2gobroker/web/json.py index b40ea76..807672e 100644 --- a/x2gobroker/web/json.py +++ b/x2gobroker/web/json.py @@ -116,6 +116,8 @@ class X2GoBrokerWeb(_RequestHandler): profile_id = self.get_argument('sid', default='') new_password = self.get_argument('newpass', default='') + if task == 'listsessions': task = 'listprofiles' + payload = { 'task': task, } -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git