diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-12-29 15:50:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-29 15:50:39 +0100 |
commit | 176d7162fa01c618284efa65db112d51fe4ae218 (patch) | |
tree | f58465882171ac99fc2c97505c3f0d6c4ba319d0 | |
parent | 7e5d76385927dff73961a4b4e69d1bfa0b28b208 (diff) |
IRIS.pm: save status_since
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index e91d04b..520932a 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -261,6 +261,7 @@ sub get_realtime { route_pre => $e_ar->getAttribute('cpth'), sched_route_pre => $e_ar->getAttribute('ppth'), status => $e_ar->getAttribute('cs'), + status_since => $e_ar->getAttribute('clt'), ); } if ($e_dp) { |