From 1a2ff8262d30f66f2b88195f662ed6cefd8ba1fd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Aug 2022 14:07:25 +0200 Subject: ... 'status' is a reserved renderer key. oops. --- lib/Travelynx/Controller/Traveling.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Travelynx/Controller/Traveling.pm') diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 86d29c4..ed1a879 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -229,7 +229,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', - status => $status, + user_status => $status, connections => \@connecting_trains, with_autocomplete => 1, with_geolocation => 1 @@ -243,7 +243,7 @@ sub homepage { 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', - status => $status, + user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); @@ -257,7 +257,7 @@ sub homepage { $self->render( 'landingpage', version => $self->app->config->{version} // 'UNKNOWN', - status => $status, + user_status => $status, with_autocomplete => 1, with_geolocation => 1 ); -- cgit v1.2.3