diff options
Diffstat (limited to 'lib/DBInfoscreen/Controller')
| -rw-r--r-- | lib/DBInfoscreen/Controller/Wagenreihung.pm | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/DBInfoscreen/Controller/Wagenreihung.pm b/lib/DBInfoscreen/Controller/Wagenreihung.pm index 1708285..f4fea89 100644 --- a/lib/DBInfoscreen/Controller/Wagenreihung.pm +++ b/lib/DBInfoscreen/Controller/Wagenreihung.pm @@ -72,7 +72,7 @@ sub wagenreihung {  				e  => $exit_side ? substr( $exit_side, 0, 1 ) : '',  				tt => $wr->train_type,  				tn => $train, -				s  => $wr->station_name, +				s  => $wr->station->{name},  				p  => $wr->platform  			}; @@ -168,7 +168,7 @@ sub wagenreihung {  				'wagenreihung',  				description => sprintf(  					'Ist-Wagenreihung %s in %s', -					$title, $wr->station_name +					$title, $wr->station->{name}  				),  				wr_error  => undef,  				title     => $title, | 
