]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 171322 process_bug.cgi makes reference to non-existant product variable
authorbugreport%peshkin.net <>
Sun, 29 Sep 2002 11:01:54 +0000 (11:01 +0000)
committerbugreport%peshkin.net <>
Sun, 29 Sep 2002 11:01:54 +0000 (11:01 +0000)
2xr=bbaetz

process_bug.cgi

index 076e014fcb5fa4dfd52f91ca4a78f98f5018d4ef..be04be20759cd98f8a973938d67800125622f59e 100755 (executable)
@@ -1076,6 +1076,7 @@ foreach my $id (@idlist) {
         }
         $i++;
     }
+    $oldhash{'product'} = get_product_name($oldhash{'product_id'});
     if ($requiremilestone) {
         my $value = $::FORM{'target_milestone'};
         if (!defined $value || $value eq $::dontchange) {