1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-13 13:50:07 +00:00

Modify ccnet_rpc

This commit is contained in:
xiez
2012-06-25 21:12:56 +08:00
parent e86aa244c7
commit b6c80ac9bc

View File

@@ -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