Commit 37c937b9 authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 285090 - crash in describecomponents.cgi if a normal user click on…

Bug 285090 - crash in describecomponents.cgi if a normal user click on components link from query.cgi Patch by Albert Ting <altlst@sonic.net> r=jpeshkin a=myk
parent 58a7fc28
......@@ -78,6 +78,7 @@ if (!$product_id || !CanEnterProduct($product)) {
}
$product = (keys %products)[0];
$product_id = get_product_id($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