diff options
author | gerv%gerv.net <> | 2002-05-09 04:25:15 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-05-09 04:25:15 +0000 |
commit | 62f5b900aeab92e6eeab35bb643cab2b70633916 (patch) | |
tree | b5c71b52504f802a42204250011be3d211bac0bf | |
parent | The first installment of Gerv's spanking of the Bugzilla Guide. This is a wor... (diff) | |
download | bugzilla-62f5b900aeab92e6eeab35bb643cab2b70633916.tar.gz bugzilla-62f5b900aeab92e6eeab35bb643cab2b70633916.tar.bz2 bugzilla-62f5b900aeab92e6eeab35bb643cab2b70633916.zip |
Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.
-rw-r--r-- | bug_form.pl | 1 |
1 files changed, 1 insertions, 0 deletions
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) |