passengerrights: fix a typo
This commit is contained in:
parent
4171fe22ca
commit
eb93ee40c9
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ sub generate {
|
||||||
$self->mark_substitute_connection($journey);
|
$self->mark_substitute_connection($journey);
|
||||||
}
|
}
|
||||||
elsif ( $journey->{delay} < 120 ) {
|
elsif ( $journey->{delay} < 120 ) {
|
||||||
my @connections = $self->journey->get(
|
my @connections = $self->journeys->get(
|
||||||
uid => $uid,
|
uid => $uid,
|
||||||
after => $journey->{rt_arrival},
|
after => $journey->{rt_arrival},
|
||||||
before => $journey->{rt_arrival}->clone->add( hours => 2 ),
|
before => $journey->{rt_arrival}->clone->add( hours => 2 ),
|
||||||
|
|
Loading…
Reference in a new issue