From 3a6abfea317ca21c5104485ce161b3ee2e12a54d Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 5 Sep 2006 19:47:59 +0000 Subject: =?UTF-8?q?Bug=20351300:=20votes.cgi=20crashes=20if=20your=20vote?= =?UTF-8?q?=20is=20the=20one=20confirming=20a=20bug=20-=20Patch=20by=20Fr?= =?UTF-8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r=3DColin=20a?= =?UTF-8?q?=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- votes.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'votes.cgi') diff --git a/votes.cgi b/votes.cgi index a3b73f008..de3873328 100755 --- a/votes.cgi +++ b/votes.cgi @@ -341,7 +341,7 @@ sub record_votes { $dbh->bz_unlock_tables(); $vars->{'type'} = "votes"; - $vars->{'mailrecipients'} = { 'changer' => $who }; + $vars->{'mailrecipients'} = { 'changer' => Bugzilla->user->login }; foreach my $bug_id (@updated_bugs) { $vars->{'id'} = $bug_id; -- cgit v1.2.1