Commit 62f5b900 authored by gerv%gerv.net's avatar gerv%gerv.net

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

parent 78e1dc6b
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment