From a5fb25979e60504898754bb9c75b876c2c067d44 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 22 Sep 2015 19:47:18 +0200 Subject: HAFAS.pm: Pass developer_mode option on to StopFinder constructor --- lib/Travel/Status/DE/HAFAS.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index f093baf..12bc08f 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -256,6 +256,7 @@ sub similar_stops { url => $hafas_instance{$service}{stopfinder}, input => $self->{station}, ua => $self->{ua}, + developer_mode => $self->{developer_mode}, ); if ( my $err = $sf->errstr ) { $self->{errstr} = $err; -- cgit v1.2.3