Do not retry bad events for extending recurrence.
This commit is contained in:
parent
9eded35263
commit
f83b489837
1 changed files with 2 additions and 2 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue