mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-15 13:43:36 +00:00
Fixed typo
This commit is contained in:
parent
a13b466f8b
commit
2a7df805f2
2
utils.py
2
utils.py
@ -254,7 +254,7 @@ def get_accessible_repos(request, repo):
|
||||
accessible_repos.append(r)
|
||||
|
||||
for r in groups_repos:
|
||||
if not has_repo(accessiable_repos, r) and not r.encrypted :
|
||||
if not has_repo(accessible_repos, r) and not r.encrypted :
|
||||
if check_permission(r.id, request.user.username) == 'rw':
|
||||
r.has_subdir = check_has_subdir(r)
|
||||
accessible_repos.append(r)
|
||||
|
Loading…
Reference in New Issue
Block a user