From 1a8177ddd56707355e8a54e791a5c091ec22a030 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 27 Jul 2016 16:04:51 +0200 Subject: [PATCH] Bug 16769: [QA Follow-up] Still found an occurrence Script svc/report did contain one old-style call. Signed-off-by: Marcel de Rooy Signed-off-by: Nick Clemens --- svc/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/report b/svc/report index 8a8bc26..7f60ffb 100755 --- a/svc/report +++ b/svc/report @@ -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 { -- 2.1.4