fix 'er up
This commit is contained in:
parent
54ac302d1d
commit
19732823f9
1 changed files with 2 additions and 2 deletions
|
|
@ -1115,8 +1115,8 @@ sub verifyAllPrerequisites {
|
||||||
return [] unless $lastResultsSize;
|
return [] unless $lastResultsSize;
|
||||||
until ($currentResultsSize == $lastResultsSize) {
|
until ($currentResultsSize == $lastResultsSize) {
|
||||||
$currentResultsSize = $lastResultsSize;
|
$currentResultsSize = $lastResultsSize;
|
||||||
my $newMsgLoop = [];
|
my (%hashTemp,$newMsgLoop) = %{$self->verifyEventPrerequisites($lastResults,1)}
|
||||||
($lastResults,$newMsgLoop) = {%$lastResults,%{$self->verifyEventPrerequisites($lastResults,1)}};
|
$lastResults = {%$lastResults,%hashTemp};
|
||||||
foreach my $newMsg (@$newMsgLoop) {
|
foreach my $newMsg (@$newMsgLoop) {
|
||||||
my $add = 1;
|
my $add = 1;
|
||||||
foreach my $oldMsg (@$msgLoop) {
|
foreach my $oldMsg (@$msgLoop) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue