Unverified Commit ad218057 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

is_important: extend matches for hafas/efa (local transit) backends

parent b52cc329
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -178,6 +178,11 @@ sub startup {
			{
				return 1;
			}
			if ( ( $self->param('hafas') or $self->param('efa') )
				and $stop =~ m{ [Bb]ahnhof | Bf }x )
			{
				return 1;
			}
			return;
		}
	);