]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.
authorgerv%gerv.net <>
Thu, 9 May 2002 04:25:15 +0000 (04:25 +0000)
committergerv%gerv.net <>
Thu, 9 May 2002 04:25:15 +0000 (04:25 +0000)
bug_form.pl

index 61bba183a6ce3df1123d8f83fa6c54cfe6aee6fa..784b4caf799b8c5b439363e86c1756f4ae34c24e 100644 (file)
@@ -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)