diff options
Diffstat (limited to 'lib/Travelynx/Controller')
| -rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 0437556..c044281 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -1340,7 +1340,7 @@ sub station {  			}  			my $connections_p; -			if ( $trip_id and $hafas_service ) { +			if ( $trip_id and ( $dbris_service or $hafas_service ) ) {  				@results = grep { $_->id eq $trip_id } @results;  			}  			elsif ( $train and not $hafas_service ) { | 
