From d9f25473d2bc19cb8ea726e31853a2e7830eeb84 Mon Sep 17 00:00:00 2001 From: maxwell <maxwell@joindiaspora.com> Date: Mon, 13 Dec 2010 14:28:21 -0800 Subject: [PATCH] fix a bug with the notifier and attachment --- app/mailers/notifier.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/mailers/notifier.rb b/app/mailers/notifier.rb index c836fb581f..6cb3b2a4ae 100644 --- a/app/mailers/notifier.rb +++ b/app/mailers/notifier.rb @@ -2,7 +2,7 @@ class Notifier < ActionMailer::Base default :from => APP_CONFIG[:smtp_sender_address] - ATTACHMENT = File.read("#{Rails.root}/public/images/diaspora_white_on_grey.png") + ATTACHMENT = File.read("#{Rails.root}/public/images/white_on_grey.png") def self.admin(string, recipients, opts = {}) mails = [] -- GitLab