From 43b7dc314234e476a80d9acbd07292d7286cca5a Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 2 Apr 2008 22:42:25 +0000 Subject: =?UTF-8?q?Bug=20405946:=20Some=20emails=20are=20not=20sent=20in?= =?UTF-8?q?=20the=20language=20chosen=20by=20the=20addressee=20-=20Patch?= =?UTF-8?q?=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r=3Dwurblzap=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process_bug.cgi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index ffa06cee3..97cd3098d 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -560,9 +560,7 @@ foreach my $bug (@bug_objects) { # If some votes have been removed, RemoveVotes() returns # a list of messages to send to voters. # We delay the sending of these messages till tables are unlocked. - $msgs = RemoveVotes($bug->id, 0, - "This bug has been moved to a different product"); - + $msgs = RemoveVotes($bug->id, 0, 'votes_bug_moved'); CheckIfVotedConfirmed($bug->id, Bugzilla->user->id); } -- cgit v1.2.1