From 62f5b900aeab92e6eeab35bb643cab2b70633916 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Thu, 9 May 2002 04:25:15 +0000 Subject: Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC. --- bug_form.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 61bba183a..784b4caf7 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -309,6 +309,7 @@ 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