diff options
author | Mark Longair <mhl@pobox.com> | 2013-12-09 09:55:01 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-12-09 09:55:01 +0000 |
commit | 2b252613c781d30551b5bf97ba3773f28d77170b (patch) | |
tree | ac6e7e7cb062369610be90e2ac9961bc89c513c2 /lib | |
parent | 8724db30b4f953e6d129db399ef9e9a79cd9fee4 (diff) | |
parent | 723d6c1d73176bf723b0c4726a150b1842bedf8e (diff) |
Merge branch 'document-pdf-fix' into rails-3-develop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mail_handler/mail_handler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mail_handler/mail_handler.rb b/lib/mail_handler/mail_handler.rb index 918f91180..53033d440 100644 --- a/lib/mail_handler/mail_handler.rb +++ b/lib/mail_handler/mail_handler.rb @@ -59,7 +59,7 @@ module MailHandler end # e.g. http://www.whatdotheyknow.com/request/copy_of_current_swessex_scr_opt#incoming-9928 - if content_type == 'application/acrobat' + if content_type == 'application/acrobat' or content_type == 'document/pdf' content_type = 'application/pdf' end |