Attachment 'fix_upload_attach.patch'
Download 1 --- moin-1.5.2/MoinMoin/request.py 2006-02-05 01:38:56.000000000 +1300
2 +++ moin-1.5.2/MoinMoin/request.py-new 2006-02-07 15:49:56.000000000 +1300
3 @@ -1915,6 +1915,8 @@
4
5 args = {}
6 for key in form.keys():
7 + if key is None:
8 + continue
9 values = form[key]
10 if not isinstance(values, list):
11 values = [values]
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.