From 54ac302d1db432d5ff3d3a4e3d9cf792015678c4 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Mon, 17 Apr 2006 08:03:51 +0000 Subject: [PATCH] fix --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 175e3bcbe..9b88b7e5e 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -1122,7 +1122,7 @@ sub verifyAllPrerequisites { foreach my $oldMsg (@$msgLoop) { $add = 0 if $oldMsg->{productId} eq $newMsg->{productId}; } - push (@$msgLoop,$newMsg) if $update; + push (@$msgLoop,$newMsg) if $add; } $lastResultsSize = scalar(keys %$lastResults); }