From 023cb1161725ae164c4019f253d656ee685a425b Mon Sep 17 00:00:00 2001
From: Antonio Gallo <tonicucoz@gmail.com>
Date: Sun, 3 Apr 2011 16:54:38 +0000
Subject: h-client: changed the URL to check if the user is logged

---
 h-client/hlibrary.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'h-client')

diff --git a/h-client/hlibrary.py b/h-client/hlibrary.py
index ae27316..9f030ba 100644
--- a/h-client/hlibrary.py
+++ b/h-client/hlibrary.py
@@ -440,7 +440,7 @@ class Client:
 
 	#get info about the user logged
 	def getUserInfo(self):
-		result = self.request.perform('users/info/en')
+		result = self.request.perform('client/userinfo/en')
 
 		if result:
 			xmldoc = minidom.parseString(self.request.contents)
-- 
cgit v1.2.3