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;
|
||||
until ($currentResultsSize == $lastResultsSize) {
|
||||
$currentResultsSize = $lastResultsSize;
|
||||
my $newMsgLoop = [];
|
||||
($lastResults,$newMsgLoop) = {%$lastResults,%{$self->verifyEventPrerequisites($lastResults,1)}};
|
||||
my (%hashTemp,$newMsgLoop) = %{$self->verifyEventPrerequisites($lastResults,1)}
|
||||
$lastResults = {%$lastResults,%hashTemp};
|
||||
foreach my $newMsg (@$newMsgLoop) {
|
||||
my $add = 1;
|
||||
foreach my $oldMsg (@$msgLoop) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue