Bug 16769: [QA Follow-up] Still found an occurrence

Script svc/report did contain one old-style call.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
This commit is contained in:
Marcel de Rooy 2016-07-27 16:04:51 +02:00 committed by Brendan Gallagher
parent 7aacc32db8
commit 75a217e672

View file

@ -77,7 +77,7 @@ unless ($json_text) {
$json_text = encode_json($lines);
if ($cache_active) {
$cache->set_in_cache( $cache_key, $json_text, $report_rec->{cache_expiry} );
$cache->set_in_cache( $cache_key, $json_text, { expiry => $report_rec->{cache_expiry} } );
}
}
else {