summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvotes.cgi2
1 files changed, 1 insertions, 1 deletions
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;