Skip to content

Commit 7fd5338

Browse files
author
Marcin Przepiorowski
committed
lack of currenttimeflow
1 parent 7452c15 commit 7fd5338

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/Timeflow_obj.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,6 +699,11 @@ sub findrefresh
699699

700700
logger($self->{_debug}, "Entering Timeflow_obj::findrenew",1);
701701

702+
if (!defined($ref)) {
703+
# sometimes there is no currentTimeflow set so needs to stop processing
704+
return undef;
705+
}
706+
702707
my $local_ref = $ref . "\@l";
703708
my $child;
704709
my $parent;

0 commit comments

Comments
 (0)