diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/js/services/model/mail.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/js/services/model/mail.js b/web-ui/app/js/services/model/mail.js index 0c04d62e..6f99465e 100644 --- a/web-ui/app/js/services/model/mail.js +++ b/web-ui/app/js/services/model/mail.js @@ -100,7 +100,7 @@ define(['helpers/contenttype'], }; function getMailMediaType () { - return new contentType.MediaType(this.header['Content-Type']); + return new contentType.MediaType(this.header.content_type); } function isMailMultipartAlternative () { |