View | Details | Raw Unified | Return to bug 16769
Collapse All | Expand All

(-)a/svc/report (-2 / +1 lines)
Lines 77-83 unless ($json_text) { Link Here
77
        $json_text = encode_json($lines);
77
        $json_text = encode_json($lines);
78
78
79
        if ($cache_active) {
79
        if ($cache_active) {
80
            $cache->set_in_cache( $cache_key, $json_text, $report_rec->{cache_expiry} );
80
            $cache->set_in_cache( $cache_key, $json_text, { expiry => $report_rec->{cache_expiry} } );
81
        }
81
        }
82
    }
82
    }
83
    else {
83
    else {
84
- 

Return to bug 16769