From b12b5a821b68b98aad646f1931c6c9775759952c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 14 Jul 2019 21:29:52 +0200 Subject: Show departures of all linked stations Not well-tested yet, deployment will have to wait a bit. Issue #15 --- lib/Travelynx/Controller/Traveling.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Travelynx/Controller/Traveling.pm') diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 59991a8..ca29594 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -338,7 +338,7 @@ sub station { my $station = $self->stash('station'); my $train = $self->param('train'); - my $status = $self->get_departures( $station, 120, 30 ); + my $status = $self->get_departures( $station, 120, 30, 1 ); if ( $status->{errstr} ) { $self->render( -- cgit v1.2.3