summaryrefslogtreecommitdiffstats
path: root/votes.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'votes.cgi')
-rwxr-xr-xvotes.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/votes.cgi b/votes.cgi
index 49ac0cb2a..3c61f6061 100755
--- a/votes.cgi
+++ b/votes.cgi
@@ -217,6 +217,7 @@ sub show_user {
$vars->{'canedit'} = $canedit;
$vars->{'voting_user'} = { "login" => $name };
$vars->{'products'} = \@products;
+ $vars->{'bug_id'} = $bug_id;
print $cgi->header();
$template->process("bug/votes/list-for-user.html.tmpl", $vars)