1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-21 11:27:18 +00:00

Merge pull request #1629 from haiwen/wopi

update wopi
This commit is contained in:
xiez
2017-06-13 13:40:47 +08:00
committed by GitHub
3 changed files with 18 additions and 4 deletions

View File

@@ -514,8 +514,7 @@ def user_info(request, email):
else:
org_id = org[0].org_id
org_name = org[0].org_name
space_usage = seafile_api.get_org_user_quota_usage(org_id,
email)
space_usage = seafile_api.get_org_user_quota_usage(org_id, email)
space_quota = seafile_api.get_org_user_quota(org_id, email)
owned_repos = seafile_api.get_org_owned_repo_list(org_id, email,
ret_corrupted=True)