From e2e0e99db6fa7b9127a695ddd0a5162a76ab59ef Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Fri, 26 Dec 2008 16:43:53 -0300 Subject: [PATCH] ActionItem870: removing unused parameter --- app/models/comment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/comment.rb b/app/models/comment.rb index b63927f..468ae23 100644 --- a/app/models/comment.rb +++ b/app/models/comment.rb @@ -68,7 +68,7 @@ class Comment < ActiveRecord::Base recipients email from "#{profile.environment.name} <#{profile.environment.contact_email}>" - subject _("[%s] you got a new comment!") % [profile.environment.name, comment.article.title] + subject _("[%s] you got a new comment!") % [profile.environment.name] body :recipient => profile.nickname || profile.name, :sender => comment.author_name, :sender_link => comment.author_link, -- libgit2 0.21.2