diff options
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-x | process_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi index b2fc66d32..47957d193 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -709,7 +709,7 @@ if ($::FORM{'component'} ne $::FORM{'dontchange'}) { $comp_id = get_component_id($prod_id, $::FORM{'component'}); $comp_id || ThrowCodeError("invalid_component", - {component => $::FORM{'component'}, + {name => $::FORM{'component'}, product => $::FORM{'product'}}); DoComma(); |