Commit b23550bf authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 143066 - footer shows as logged out on show_bug.cgi. Patch by gerv; 2xr=ddk

parent 2ac4f19b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment