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

@ -1,4 +1,6 @@
7.4.9
- fix: Bug that did not allow Calendar Update Feeds workflow activity to
complete
7.4.8
- fix: Syndicated Content doesn't display all items with multiple feeds in interleaved mode

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'));