mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
Modify ccnet_rpc
This commit is contained in:
@@ -116,7 +116,7 @@ def get_user_profile(request, user):
|
|||||||
content_type = 'application/json; charset=utf-8'
|
content_type = 'application/json; charset=utf-8'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
user_check = ccnet_rpc.get_emailuser(user)
|
user_check = ccnet_threaded_rpc.get_emailuser(user)
|
||||||
except:
|
except:
|
||||||
user_check = None
|
user_check = None
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user