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

Journey: Fix (undocumented) route_start accessor

parent eae85a8a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -218,7 +218,7 @@ sub new {
		}
	}
	else {
		$ref->{route_start} = $stops[0]{name};
		$ref->{route_start} = $stops[0]{loc}{name};
	}

	bless( $ref, $obj );