summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Travel/Status/DE/IRIS.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm
index e8a39c6..d6429f9 100644
--- a/lib/Travel/Status/DE/IRIS.pm
+++ b/lib/Travel/Status/DE/IRIS.pm
@@ -69,6 +69,8 @@ sub new {
developer_mode => $self->{developer_mode},
lookahead => $self->{lookahead},
station => $ref->{uic},
+ main_cache => $self->{main_cache},
+ rt_cache => $self->{rt_cache},
with_related => 0,
);
if ( not $ref_status->errstr ) {