From 52885bc2aff9583d751ae4bbf4ac9bc89e7606eb Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Thu, 28 Aug 2014 15:55:58 +0400 Subject: [PATCH] do not use varhash in describecomponents --- describecomponents.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;