summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2002-05-09 06:25:15 +0200
committergerv%gerv.net <>2002-05-09 06:25:15 +0200
commit62f5b900aeab92e6eeab35bb643cab2b70633916 (patch)
treeb5c71b52504f802a42204250011be3d211bac0bf /bug_form.pl
parent78e1dc6bd8beed4e3884875ae8a4f96753dab9cf (diff)
downloadbugzilla-62f5b900aeab92e6eeab35bb643cab2b70633916.tar.gz
bugzilla-62f5b900aeab92e6eeab35bb643cab2b70633916.tar.xz
Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl1
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)