From 37c937b94d56709a18ec2a8c17199ad4057442a0 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Thu, 10 Mar 2005 04:53:20 +0000 Subject: Bug 285090 - crash in describecomponents.cgi if a normal user click on components link from query.cgi Patch by Albert Ting r=jpeshkin a=myk --- describecomponents.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'describecomponents.cgi') diff --git a/describecomponents.cgi b/describecomponents.cgi index e5805f535..8e1755498 100755 --- a/describecomponents.cgi +++ b/describecomponents.cgi @@ -78,6 +78,7 @@ if (!$product_id || !CanEnterProduct($product)) { } $product = (keys %products)[0]; + $product_id = get_product_id($product); } ###################################################################### -- cgit v1.2.3-24-g4f1b