forked from mirror/django-mailbox
Typo.
This commit is contained in:
parent
af2f37a247
commit
46960440d5
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ class Mailbox(models.Model):
|
|||
temp_file.flush()
|
||||
attachment = MessageAttachment()
|
||||
attachment.document.save(filename, File(temp_file))
|
||||
attachment.mesage = msg
|
||||
attachment.message = msg
|
||||
attachment.save()
|
||||
return msg
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue