We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7452c15 commit 7fd5338Copy full SHA for 7fd5338
lib/Timeflow_obj.pm
@@ -699,6 +699,11 @@ sub findrefresh
699
700
logger($self->{_debug}, "Entering Timeflow_obj::findrenew",1);
701
702
+ if (!defined($ref)) {
703
+ # sometimes there is no currentTimeflow set so needs to stop processing
704
+ return undef;
705
+ }
706
+
707
my $local_ref = $ref . "\@l";
708
my $child;
709
my $parent;
0 commit comments