Commit ccaab328 authored by Nicolas Delaby's avatar Nicolas Delaby

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35350 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8548e88
......@@ -249,7 +249,7 @@ class EmailDocument(TextDocument):
kw['file_name'] = file_name
else:
content_disposition = kw.get('Content-Disposition',
kw.get('Content-disposition'), None)
kw.get('Content-disposition', None))
prefix = 'part_'
if content_disposition:
if content_disposition.split(';')[0] == 'attachment':
......
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