Commit 08abde26 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

user_status: Use first available dep_info

parent 9221ddce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1754,7 +1754,7 @@ sub startup {
						and $station->[0] eq $in_transit->{dep_name} )
					{
						$is_after = 1;
						if ( @{$station} > 1 ) {
						if ( @{$station} > 1 and not $dep_info ) {
							$dep_info = $station->[1];
						}
					}