fix
This commit is contained in:
parent
72974abb58
commit
54ac302d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -1122,7 +1122,7 @@ sub verifyAllPrerequisites {
|
|||
foreach my $oldMsg (@$msgLoop) {
|
||||
$add = 0 if $oldMsg->{productId} eq $newMsg->{productId};
|
||||
}
|
||||
push (@$msgLoop,$newMsg) if $update;
|
||||
push (@$msgLoop,$newMsg) if $add;
|
||||
}
|
||||
$lastResultsSize = scalar(keys %$lastResults);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue