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

IRIS.pm: Fix typo introduced in 2c41eece

parent 2c41eece
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ sub new {

	$self->{nodes}{station} = ( $xml_st->findnodes('//station') )[0];

	if ( not $self->{node}->{station} ) {
	if ( not $self->{nodes}{station} ) {
		$self->{errstr}
		  = "The station '$opt{station}' has no associated timetable";
		return $self;