From 45f409e3dfd8a1bbd07d4c05e3917c165fb2e343 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 5 Apr 2019 21:42:54 +0200 Subject: Fix export layout --- lib/Travelynx/Controller/Account.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Travelynx/Controller/Account.pm b/lib/Travelynx/Controller/Account.pm index d908948..7360899 100644 --- a/lib/Travelynx/Controller/Account.pm +++ b/lib/Travelynx/Controller/Account.pm @@ -231,7 +231,7 @@ sub json_export { while ( my @row = $query->fetchrow_array ) { my ( - $action, $raw_ts, $ds100, $name, + $action_id, $action, $raw_ts, $ds100, $name, $train_type, $train_line, $train_no, $train_id, $raw_sched_ts, $raw_real_ts, $raw_route, $raw_messages ) = @row; -- cgit v1.2.3