Fixed an error being thrown by the CalendarUpdateFeeds workflow activity.
This commit is contained in:
parent
738e8980e3
commit
9c21429b39
2 changed files with 2 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ sub execute {
|
|||
my $getCalendar = WebGUI::Asset::Wobject::Calendar->getIsa($session);
|
||||
|
||||
CALENDAR: while (my $calendar = $getCalendar->()) {
|
||||
next unless defined $calendar;
|
||||
my $calendarTitle = $calendar->getTitle;
|
||||
my $calendarId = $calendar->getId;
|
||||
if ( $calendar->get( "state" ) ne "published" ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue