diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index d6429f9..3b681ea 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -70,7 +70,7 @@ sub new { lookahead => $self->{lookahead}, station => $ref->{uic}, main_cache => $self->{main_cache}, - rt_cache => $self->{rt_cache}, + realtime_cache => $self->{rt_cache}, with_related => 0, ); if ( not $ref_status->errstr ) { |