Commit 5bc16ccd authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #750 from tsyganov-ivan/master

Fileadmin crash on cd to empty dir fixed
parents 9632fe84 cbbae4c3
......@@ -455,7 +455,7 @@ class FileAdmin(BaseView, ActionsMixin):
if parent_path == '.':
parent_path = None
items.append(('..', parent_path, True, 0))
items.append(('..', parent_path, True, 0, 0))
for f in os.listdir(directory):
fp = op.join(directory, f)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment