diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 19:34:24 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-10-19 19:34:30 +0200 |
commit | 3a37667fd2c52458a4a08fa6d10c48625442dcf8 (patch) | |
tree | d9564a98e94c19878025f787a8e0f26c87ede356 /lib/DBInfoscreen/Controller | |
parent | 3b990541d86b2545daf51a5a42eb4c8a6a9a8cb8 (diff) |
Diffstat (limited to 'lib/DBInfoscreen/Controller')
-rw-r--r-- | lib/DBInfoscreen/Controller/Stationboard.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DBInfoscreen/Controller/Stationboard.pm b/lib/DBInfoscreen/Controller/Stationboard.pm index bfb9289..4a46821 100644 --- a/lib/DBInfoscreen/Controller/Stationboard.pm +++ b/lib/DBInfoscreen/Controller/Stationboard.pm @@ -51,7 +51,7 @@ sub handle_no_results { my $errstr = $data->{errstr}; if ($efa) { - if ( $errstr =~ m{ambiguous} and $efa->name_candidates ) { + if ( $errstr =~ m{ambiguous|name list} and $efa->name_candidates ) { $self->render( 'landingpage', stationlist => [ |