From b23550bf70319f5c051acedadd35d8ce30a43363 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 9 May 2002 02:02:58 +0000 Subject: Bug 143066 - footer shows as logged out on show_bug.cgi. Patch by gerv; 2xr=ddk --- bug_form.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bug_form.pl b/bug_form.pl index b074cdb15..61bba183a 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -72,7 +72,7 @@ sub show_bug { exit; } - my %user; + my %user = %{$vars->{'user'}}; my %bug; # Populate the bug hash with the info we get directly from the DB. @@ -309,7 +309,6 @@ sub show_bug { # Add the bug and user hashes to the variables $vars->{'bug'} = \%bug; - $vars->{'user'} = \%user; # Generate and return the UI (HTML page) from the appropriate template. $template->process("bug/edit.html.tmpl", $vars) -- cgit v1.2.3-24-g4f1b