From 40aae68e1263b9677285473a9205cef378b451c0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 13 Oct 2006 19:59:57 +0000 Subject: Bug 356393: No title is displayed when confirming a bug by popular votes - Patch by Frédéric Buclin r=wurblzap a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- votes.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'votes.cgi') 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; -- cgit v1.2.3-24-g4f1b