fix: bug that did not allow calendar update feeds workflow activity to complete

This commit is contained in:
Doug Bell 2007-09-28 08:37:08 +00:00
parent a3ed7edfe0
commit ca852b583a
2 changed files with 3 additions and 1 deletions

View file

@ -89,7 +89,7 @@ sub execute {
my $dt = WebGUI::DateTime->new($session, $startTime)->toMysql;
local $JSON::UnMapping = 1;
my $eventList;
my $eventList = [];
my $feedList;
if ($instance->getScratch('events')) {
$eventList = jsonToObj($instance->getScratch('events'));