summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/Extension.pm
diff options
context:
space:
mode:
authorSunil Joshi <joshi_sunil@in.com>2012-12-14 15:55:23 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-12-14 15:55:23 +0100
commit8f77358eaedb89041ea95940d46fa9fb5d1fe949 (patch)
tree8bac249901fcc31e6ebee743d32e2257a35762a4 /extensions/Voting/Extension.pm
parentb80c2dd4385fec54b1541bd340a98a936d3a9a9e (diff)
downloadbugzilla-8f77358eaedb89041ea95940d46fa9fb5d1fe949.tar.gz
bugzilla-8f77358eaedb89041ea95940d46fa9fb5d1fe949.tar.xz
Bug 780675: Display "The changes to your votes have been saved" in green instead of red
r/a=LpSolit
Diffstat (limited to 'extensions/Voting/Extension.pm')
-rw-r--r--extensions/Voting/Extension.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Voting/Extension.pm b/extensions/Voting/Extension.pm
index 03397eaf4..981751a34 100644
--- a/extensions/Voting/Extension.pm
+++ b/extensions/Voting/Extension.pm
@@ -628,7 +628,7 @@ sub _update_votes {
# Set header_done to 1 only after the first bug.
$vars->{'header_done'} = 1;
}
- $vars->{'votes_recorded'} = 1;
+ $vars->{'message'} = 'votes_recorded';
}
######################