Commit 07d344f9 authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 171322 process_bug.cgi makes reference to non-existant product variable

2xr=bbaetz
parent 88063c94
......@@ -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) {
......
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