Loading lib/Travel/Status/DE/HAFAS/Journey.pm +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ sub new { my $train_no = $product->{prodCtx}{num}; my $cat = $product->{prodCtx}{catOut}; my $catlong = $product->{prodCtx}{catOutL}; if ( $name eq $cat ) { if ( $name and $cat and $name eq $cat ) { $name .= ' ' . $product->{nameS}; } if ( defined $train_no and not $train_no ) { Loading Loading
lib/Travel/Status/DE/HAFAS/Journey.pm +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ sub new { my $train_no = $product->{prodCtx}{num}; my $cat = $product->{prodCtx}{catOut}; my $catlong = $product->{prodCtx}{catOutL}; if ( $name eq $cat ) { if ( $name and $cat and $name eq $cat ) { $name .= ' ' . $product->{nameS}; } if ( defined $train_no and not $train_no ) { Loading