diff options
author | lpsolit%gmail.com <> | 2006-10-13 19:59:57 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-10-13 19:59:57 +0000 |
commit | 40aae68e1263b9677285473a9205cef378b451c0 (patch) | |
tree | e82b48034ee05ccaee5421467594d45bc67491d3 /votes.cgi | |
parent | Bug 356336: Crash when calling showdependencytree.cgi with no bug ID - Patch ... (diff) | |
download | bugzilla-40aae68e1263b9677285473a9205cef378b451c0.tar.gz bugzilla-40aae68e1263b9677285473a9205cef378b451c0.tar.bz2 bugzilla-40aae68e1263b9677285473a9205cef378b451c0.zip |
Bug 356393: No title is displayed when confirming a bug by popular votes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |