From c34ab5e3f6be7eb0f87fbb10be68a622e6cc5ad0 Mon Sep 17 00:00:00 2001 From: Matthew Wilson Date: Tue, 22 Feb 2005 03:03:34 +0000 Subject: [PATCH] slight bugfix. --- lib/WebGUI/Asset/Event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index c033e3dca..8ca7ea795 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -424,7 +424,7 @@ Saves the event or a new (series of) event(s). sub www_editSave { my $self = shift; - my $object; + my $object = $self; # Somebody please help me debug this... it was adding recurring events just fine; then # I changed something and it stopped working... :( I suspect it has something to do # with processPropertiesFromFormPost. It's as if $session{form}{recursEvery} always equals never.