diff options
author | lpsolit%gmail.com <> | 2006-09-05 21:47:59 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-09-05 21:47:59 +0200 |
commit | 3a6abfea317ca21c5104485ce161b3ee2e12a54d (patch) | |
tree | 00c77aa7cf0b0413538761a84f0ec905bd880692 /votes.cgi | |
parent | 20e324c68eb1063c6ea8cf35a51f24a02abefb5b (diff) | |
download | bugzilla-3a6abfea317ca21c5104485ce161b3ee2e12a54d.tar.gz bugzilla-3a6abfea317ca21c5104485ce161b3ee2e12a54d.tar.xz |
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; |