summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index 3869fd4cf..7a93ad8db 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -317,7 +317,7 @@ def config():
[pre_processor])
@route("/package_ui.js")
-@login_required('can_see_dl')
+@login_required('see_downloads')
def package_ui():
response.headers['Expires'] = time.strftime("%a, %d %b %Y %H:%M:%S GMT",
time.gmtime(time.time() + 60 * 60 * 24 * 7))