diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 08:12:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-10-03 08:12:36 +0200 |
commit | 372843cba3be1a1a6f636b070d32db26c0a1acd8 (patch) | |
tree | b564cacf9eefe541aec9606a95495e733e596a93 | |
parent | 4a3feb4cb5f97e5ae992bca9b34042c162580238 (diff) |
fix stopfinder. oops.
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index e67c72b..c563d34 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -492,7 +492,7 @@ sub similar_stops { $self->{errstr} = $err; return; } - return $self->results; + return $sf->results; } return; } |