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

HAFAS: Pass is_him to Message constructor

parent 0de111ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -671,6 +671,7 @@ sub add_message {

	my $message = Travel::Status::DE::HAFAS::Message->new(
		json      => $json,
		is_him    => $is_him,
		ref_count => 1,
	);
	push( @{ $self->{messages} }, $message );