summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/votes.cgi b/votes.cgi
index de3873328..43a693b52 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -342,6 +342,7 @@ sub record_votes {
$vars->{'type'} = "votes";
$vars->{'mailrecipients'} = { 'changer' => Bugzilla->user->login };
+ $vars->{'title_tag'} = 'change_votes';
foreach my $bug_id (@updated_bugs) {
$vars->{'id'} = $bug_id;