diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index c7fc11317..2f6ffaaaf 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1115,8 +1115,8 @@ sub verifyAllPrerequisites { return [] unless $lastResultsSize; until ($currentResultsSize == $lastResultsSize) { $currentResultsSize = $lastResultsSize; - my (%hashTemp,$newMsgLoop) = %{$self->verifyEventPrerequisites($lastResults,1)} - $lastResults = {%$lastResults,%hashTemp}; + my ($hashTemp,$newMsgLoop) = $self->verifyEventPrerequisites($lastResults,1); + $lastResults = {%$lastResults,%$hashTemp}; foreach my $newMsg (@$newMsgLoop) { my $add = 1; foreach my $oldMsg (@$msgLoop) {