[FIX] fix bug with standard emails sending

fast-track of a fix from @invitu that we lost by error. Ref: https://github.com/Antiun/social/pull/2
pull/33/head
Rafael Blasco 2016-01-04 16:18:29 +01:00
parent 53033ba1b1
commit 196a5e861c
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ class MailMail(models.Model):
'email_to': ';'.join(email_list), 'email_to': ';'.join(email_list),
'subject': mail.subject, 'subject': mail.subject,
}) })
return mail return mail_id