fix
This commit is contained in:
parent
8d6f170b1a
commit
d9309cfbac
1 changed files with 1 additions and 1 deletions
|
|
@ -1107,7 +1107,7 @@ sub verifyAllPrerequisites {
|
||||||
foreach (@$scratchEvents) {
|
foreach (@$scratchEvents) {
|
||||||
$startingEvents->{$_} = $self->getEventDetails($_);
|
$startingEvents->{$_} = $self->getEventDetails($_);
|
||||||
}
|
}
|
||||||
$startingEvents = {$returnArrayFlag=>1} if $returnArrayFlag;
|
$startingEvents = {$returnArrayFlag=>$self->getEventDetails($returnArrayFlag)} if $returnArrayFlag;
|
||||||
my ($lastResults, $msgLoop) = $self->verifyEventPrerequisites($startingEvents,1);
|
my ($lastResults, $msgLoop) = $self->verifyEventPrerequisites($startingEvents,1);
|
||||||
my $lastResultsSize = scalar(keys %$lastResults);
|
my $lastResultsSize = scalar(keys %$lastResults);
|
||||||
my $currentResultsSize = -4;
|
my $currentResultsSize = -4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue