diff options
author | jocuri%softhome.net <> | 2004-12-14 10:58:52 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-12-14 10:58:52 +0100 |
commit | 982de31eeb8549a4c1d60890d788b9dd54fbc507 (patch) | |
tree | 59fd33908b5f37c4e255980bd0b31be7806c4d06 /editflagtypes.cgi | |
parent | 1ed8e4bd9fada1e3973cf32bc8be4c6c327ddb76 (diff) | |
download | bugzilla-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 'editflagtypes.cgi')
-rwxr-xr-x | editflagtypes.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editflagtypes.cgi b/editflagtypes.cgi index a48dc7578..4875b4f19 100755 --- a/editflagtypes.cgi +++ b/editflagtypes.cgi @@ -484,7 +484,7 @@ sub validateComponent { defined($component_id) || ThrowCodeError("flag_type_component_nonexistent", { product => $::FORM{'product'}, - component => $::FORM{'component'} }); + name => $::FORM{'component'} }); } sub validateSortKey { |