From b6c80ac9bc585602b943e8823f21465e663c9201 Mon Sep 17 00:00:00 2001 From: xiez Date: Mon, 25 Jun 2012 21:12:56 +0800 Subject: [PATCH] Modify ccnet_rpc --- profile/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/views.py b/profile/views.py index 50b4914ade..516bbd7f20 100644 --- a/profile/views.py +++ b/profile/views.py @@ -116,7 +116,7 @@ def get_user_profile(request, user): content_type = 'application/json; charset=utf-8' try: - user_check = ccnet_rpc.get_emailuser(user) + user_check = ccnet_threaded_rpc.get_emailuser(user) except: user_check = None