diff options
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index 2aa0df263..6348748bf 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -265,8 +265,7 @@ $vars->{'openonly'} = $openonly; $vars->{'reverse'} = $reverse; $vars->{'format'} = $cgi->param('format'); $vars->{'query_products'} = \@query_products; -my @selectable_products = GetSelectableProducts(); -$vars->{'products'} = \@selectable_products; +$vars->{'products'} = Bugzilla->user->get_selectable_products; my $format = $template->get_format("reports/duplicates", |