diff options
author | lpsolit%gmail.com <> | 2006-09-05 19:47:59 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-05 19:47:59 +0000 |
commit | 3a6abfea317ca21c5104485ce161b3ee2e12a54d (patch) | |
tree | 00c77aa7cf0b0413538761a84f0ec905bd880692 /votes.cgi | |
parent | Tiny checkin fix for bug 349741 (fixes burning tree). (diff) | |
download | bugzilla-3a6abfea317ca21c5104485ce161b3ee2e12a54d.tar.gz bugzilla-3a6abfea317ca21c5104485ce161b3ee2e12a54d.tar.bz2 bugzilla-3a6abfea317ca21c5104485ce161b3ee2e12a54d.zip |
Bug 351300: votes.cgi crashes if your vote is the one confirming a bug - Patch by Frédéric Buclin <LpSolit@gmail.com> r=Colin a=myk
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |