diff options
author | therazer <devnull@localhost> | 2010-11-09 21:45:16 +0100 |
---|---|---|
committer | therazer <devnull@localhost> | 2010-11-09 21:45:16 +0100 |
commit | 800be4aa9f793da085d941b22dbb61e701842d2f (patch) | |
tree | 92268624f9ec6a90d258fa5aa7d4b4e512d4dff6 /module/web/pyload | |
parent | added browser for files, too + little patches (diff) | |
download | pyload-800be4aa9f793da085d941b22dbb61e701842d2f.tar.xz |
... stupid me -.-
Diffstat (limited to 'module/web/pyload')
-rw-r--r-- | module/web/pyload/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload/views.py b/module/web/pyload/views.py index 09bb72704..26ff28b16 100644 --- a/module/web/pyload/views.py +++ b/module/web/pyload/views.py @@ -413,7 +413,7 @@ def path(request, path, type): for f in folders: data = {} - data['name']: f + data['name'] = f data['fullpath'] = os.path.join(cwd, f) data['sort'] = data['fullpath'].lower() data['modified'] = datetime.fromtimestamp(int(os.path.getmtime(os.path.join(cwd, f)))) |