summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/mail_handler.rb')
-rw-r--r--app/models/mail_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb
index 2fa4de00d..5925608bd 100644
--- a/app/models/mail_handler.rb
+++ b/app/models/mail_handler.rb
@@ -365,7 +365,7 @@ class MailHandler < ActionMailer::Base
end
if override && (v = extract_keyword!(cleaned_up_text_body, attr, options[:format]))
v
- elsif !handler_options[:issue][attr].blank?
+ elsif handler_options[:issue][attr].present?
handler_options[:issue][attr]
end
end