From: gerv%gerv.net <> Date: Thu, 9 May 2002 04:25:15 +0000 (+0000) Subject: Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC. X-Git-Tag: bugzilla-2.16rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f5b900aeab92e6eeab35bb643cab2b70633916;p=thirdparty%2Fbugzilla.git Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC. --- diff --git a/bug_form.pl b/bug_form.pl index 61bba183a6..784b4caf79 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)