From eb839dc3360035c143d1803affd27afcf3add94b Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 17 Apr 2006 08:08:27 +0000 Subject: [PATCH] oopsie --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {