Browse Source

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>
16.11.x
Marcel de Rooy 8 years ago
committed by Brendan Gallagher
parent
commit
75a217e672
  1. 2
      svc/report

2
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 {

Loading…
Cancel
Save