From 75a217e672647dd26c14540a7ed0ee1df35532e8 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 Signed-off-by: Brendan Gallagher --- svc/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/report b/svc/report index 8a8bc264fd..7f60ffbff0 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.20.1