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.gabr...@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
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to