diff --git a/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm b/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm index e6d9c8ba6..26fa4fae8 100644 --- a/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm +++ b/lib/WebGUI/Workflow/Activity/ExtendCalendarRecurrences.pm @@ -74,8 +74,8 @@ sub execute { return $self->COMPLETE unless $piped; my ( $recurId, $rest ) = split /\|/, $piped, 2; - $self->processRecurrence( $recurId, $timeLimit ) - and $piped = $rest; + $self->processRecurrence( $recurId, $timeLimit ); + $piped = $rest; } $instance->setScratch( recurrences => $piped );