diff --git a/describecomponents.cgi b/describecomponents.cgi index 4a12b24d7..e87f62a66 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -14,7 +14,7 @@ use Bugzilla::Product; my $user = Bugzilla->login; my $template = Bugzilla->template; my $vars = {}; -my $ARGS = Bugzilla->cgi->VarHash; +my $ARGS = Bugzilla->input_params; Bugzilla->switch_to_shadow_db;