Commit 4676dba0 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

pass cache to newly created children. derp.

parent 3606527d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 ) {