From 76e5ced1875498b9f4de15019abcb54a73ed09bc Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 3 Oct 2007 18:38:32 +0000 Subject: Bug 324990: The "Bug Activity" page does not display the bug summary in the title of the page - Patch by Frédéric Buclin r=bkor a=LpSolit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- show_activity.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'show_activity.cgi') diff --git a/show_activity.cgi b/show_activity.cgi index 1eff56f3f..e12787230 100755 --- a/show_activity.cgi +++ b/show_activity.cgi @@ -53,7 +53,7 @@ ValidateBugID($bug_id); ($vars->{'operations'}, $vars->{'incomplete_data'}) = Bugzilla::Bug::GetBugActivity($bug_id); -$vars->{'bug_id'} = $bug_id; +$vars->{'bug'} = new Bugzilla::Bug($bug_id); print $cgi->header(); -- cgit v1.2.3-24-g4f1b