summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-10 02:07:46 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-10 02:07:46 +0000
commitbd8d4feed0a995f450a675d6bbf02de9af300bef (patch)
treef54b30d75e8b75f55bde2fcd4de6454a08ab67b7 /app
parente3145ef65421cb4d2c768374a2554c29b8dc40f8 (diff)
downloadredmine-bd8d4feed0a995f450a675d6bbf02de9af300bef.tar.gz
redmine-bd8d4feed0a995f450a675d6bbf02de9af300bef.zip
Backport the fix r18239 to 4.0-stable (#31503).
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18240 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rwxr-xr-xapp/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 4f2c8cc04..d11b6f4ff 100755
--- a/app/models/mail_handler.rb
+++ b/app/models/mail_handler.rb
@@ -287,7 +287,7 @@ class MailHandler < ActionMailer::Base
reply
else
if logger
- logger.info "MailHandler: ignoring reply from [#{sender_email}] to a locked topic"
+ logger.info "MailHandler: ignoring reply from [#{email.from.first}] to a locked topic"
end
end
end