Commit efa20faf authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix route filter for iris backend (use ruote_post)

parent 615db7d1
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -119,6 +119,9 @@ sub handle_request {
		my $delay    = 0;
		if ($via) {
			my @route = $result->route;
			if ( $result->isa('Travel::Status::DE::IRIS::Result') ) {
				@route = $result->route_post;
			}
			if ( not( any { $_ =~ m{$via}io } @route ) ) {
				next;
			}