##// END OF EJS Templates
merge from crew-stable
Dirkjan Ochtman -
r6670:be55b1a6 merge default
parent child Browse files
Show More
@@ -538,7 +538,7 b' def filelog(web, req, tmpl):'
538 538
539 539
540 540 def archive(web, req, tmpl):
541 type_ = req.form['type'][0]
541 type_ = req.form.get('type', [None])[0]
542 542 allowed = web.configlist("web", "allow_archive")
543 543 key = req.form['node'][0]
544 544
General Comments 0
You need to be logged in to leave comments. Login now