From 223a71930007315a795f8d42de95e451480e1263 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Mon, 2 Jan 2012 14:26:05 +0200 Subject: Use Refinery::Core.config to get site name. --- app/mailers/refinery/blog/comment_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/mailers/refinery/blog/comment_mailer.rb') diff --git a/app/mailers/refinery/blog/comment_mailer.rb b/app/mailers/refinery/blog/comment_mailer.rb index 935ccf7..6f17f81 100644 --- a/app/mailers/refinery/blog/comment_mailer.rb +++ b/app/mailers/refinery/blog/comment_mailer.rb @@ -6,7 +6,7 @@ module Refinery @blog_comment = comment mail :subject => Blog::Comment::Notification.subject, :recipients => Blog::Comment::Notification.recipients, - :from => "\"#{RefinerySetting[:site_name]}\" " + :from => "\"#{Refinery::Core.config.site_name}\" " end end -- cgit v1.2.3