##// END OF EJS Templates
Fixed that MailHandler#plain_text_body was returning nil if there was nothing to strip (#2814)....
Jean-Philippe Lang -
r2456:0f68334f0bed
parent child
Show More
@@ -235,6 +235,7 class MailHandler < ActionMailer::Base
235 235 @plain_text_body = plain_text_part.body.to_s
236 236 end
237 237 @plain_text_body.strip!
238 @plain_text_body
238 239 end
239 240
240 241
General Comments 0
You need to be logged in to leave comments. Login now