From 964c05800c68f84d9bcbe9d27d15e99f6ebeb31d 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 Content-Type: text/plain; charset=utf-8 Script svc/report did contain one old-style call. Signed-off-by: Marcel de Rooy --- svc/report | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/report b/svc/report index da1b9b3..bf18541 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 { -- 1.7.10.4