getTTL is an object method, it requires an object.
This commit is contained in:
parent
2adc7a24e2
commit
5dde317480
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ See WebGUI::Workflow::Activity::execute() for details.
|
|||
|
||||
sub execute {
|
||||
my ( $self, $obj, $instance ) = @_;
|
||||
my $timeLimit = time + self->getTTL;
|
||||
my $timeLimit = time + $self->getTTL;
|
||||
|
||||
my $piped = $instance->getScratch('recurrences')
|
||||
|| $self->generateRecurrenceList();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue