do not use varhash in describecomponents

hinted-selects
Vitaliy Filippov 2014-08-28 15:55:58 +04:00
parent 890209e7c1
commit 52885bc2af
1 changed files with 1 additions and 1 deletions

View File

@ -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;