Commit 16473ce5 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 282267 : product name is checked twice in enter_bug.cgi

Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
parent 25910f59
......@@ -297,10 +297,6 @@ if(!CanEnterProduct($product))
GetVersionTable();
if (lsearch(\@::enterable_products, $product) == -1) {
ThrowUserError("invalid_product_name", { product => $product});
}
my $product_id = get_product_id($product);
if (0 == @{$::components{$product}}) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment