summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-14 10:58:52 +0100
committerjocuri%softhome.net <>2004-12-14 10:58:52 +0100
commit982de31eeb8549a4c1d60890d788b9dd54fbc507 (patch)
tree59fd33908b5f37c4e255980bd0b31be7806c4d06 /process_bug.cgi
parent1ed8e4bd9fada1e3973cf32bc8be4c6c327ddb76 (diff)
downloadbugzilla-982de31eeb8549a4c1d60890d788b9dd54fbc507.tar.gz
bugzilla-982de31eeb8549a4c1d60890d788b9dd54fbc507.tar.xz
Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave.
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi2
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();