diff options
Diffstat (limited to 'votes.cgi')
-rwxr-xr-x | votes.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |