[X2Go-Commits] [x2gobroker] 01/02: UCCS frontend: Fix API version check.
git-admin at x2go.org
git-admin at x2go.org
Fri May 4 12:27:53 CEST 2018
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch master
in repository x2gobroker.
commit 6e4035e309787a9a78cacaaa0ae164c6eee5b834
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri May 4 12:20:26 2018 +0200
UCCS frontend: Fix API version check.
---
x2gobroker/web/uccs.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x2gobroker/web/uccs.py b/x2gobroker/web/uccs.py
index 7b15147..9e0bb8e 100644
--- a/x2gobroker/web/uccs.py
+++ b/x2gobroker/web/uccs.py
@@ -196,7 +196,7 @@ class X2GoBrokerWebAPI(tornado.web.RequestHandler):
if _cmd.upper() in x2gobroker.defaults.X2GO_DESKTOP_SESSIONS:
_cmd = _cmd.upper()
- if api_version == 4:
+ if self.api_version == 4:
ts.set_session_type(_cmd)
else:
ts.set_command(_cmd)
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
More information about the x2go-commits
mailing list