1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-14 06:11:16 +00:00

[starred files] bugfix

This commit is contained in:
llj
2015-07-22 21:01:10 +08:00
parent ebf1d7f8d0
commit 83c0374cd8
4 changed files with 7 additions and 9 deletions

View File

@@ -70,7 +70,7 @@ def prepare_starred_files(files):
array = []
for f in files:
sfile = {'org' : f.org_id,
'repo' : f.repo.id,
'repo_id' : f.repo.id,
'repo_name' : f.repo.name,
'path' : f.path,
'icon_path' : file_icon_filter(f.path),