From 4f02960fa6f4df00d0baa8d99a165643c8bdb72c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 9 Oct 2016 12:41:52 +0200 Subject: IRIS: Fix realtime cache variable name. derp. --- lib/Travel/Status/DE/IRIS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 ) { -- cgit v1.2.3