From 10c995e15f27f133d389a1fff29f5470dad5ce63 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 31 Mar 2019 19:34:29 +0200 Subject: journey: show error for _all_ invalid IDs --- lib/Travelynx/Controller/Traveling.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 70b2246..d76bb9b 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -326,7 +326,7 @@ sub journey_details { checkout_id => $checkout_id, verbose => 1, ); - if ( @journeys == 0 or not $journeys[0]{completed}) { + if ( @journeys == 0 or $journeys[0]{ids}[1] != $checkout_id) { $self->render( 'journey', error => 'notfound', -- cgit v1.2.3