diff app/models/.svn/text-base/mailer.rb.svn-base @ 210:0579821a129a

Update to Redmine trunk rev 4802
author Chris Cannam
date Tue, 08 Feb 2011 13:51:46 +0000
parents 94944d00e43c
children cbce1fd3b1b7
line wrap: on
line diff
--- a/app/models/.svn/text-base/mailer.rb.svn-base	Wed Jan 19 15:04:22 2011 +0000
+++ b/app/models/.svn/text-base/mailer.rb.svn-base	Tue Feb 08 13:51:46 2011 +0000
@@ -296,7 +296,7 @@
       if raise_errors
         raise e
       elsif mylogger
-        mylogger.error "The following error occured while sending email notification: \"#{e.message}\". Check your configuration in config/email.yml."
+        mylogger.error "The following error occured while sending email notification: \"#{e.message}\". Check your configuration in config/configuration.yml."
       end
     ensure
       self.class.raise_delivery_errors = raise_errors