From 34fd7b7b89da669b09cbd910cea109ff106bd85f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Sat, 4 Feb 2012 21:22:51 +0200 Subject: Move some of the Refinery::Setting's over to Refinery::Blog. --- app/mailers/refinery/blog/comment_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/mailers') diff --git a/app/mailers/refinery/blog/comment_mailer.rb b/app/mailers/refinery/blog/comment_mailer.rb index 5b0ce7a..d868354 100644 --- a/app/mailers/refinery/blog/comment_mailer.rb +++ b/app/mailers/refinery/blog/comment_mailer.rb @@ -6,7 +6,7 @@ module Refinery @comment = comment mail :subject => Blog::Comment::Notification.subject, :recipients => Blog::Comment::Notification.recipients, - :from => "\"#{Refinery::Core.config.site_name}\" " + :from => "\"#{Refinery::Core.site_name}\" " end end -- cgit v1.2.3