Oops - mistook the reference vs. copy behaviour. r=hixie, ddk on IRC.

This commit is contained in:
gerv%gerv.net 2002-05-08 21:25:15 +00:00
parent f752e3aa12
commit 47c37301ce

View 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)