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

(-)a/opac/svc/overdrive_proxy (-2 / +1 lines)
Lines 82-85 if ( $response->code eq '500' ) { Link Here
82
    exit;
82
    exit;
83
}
83
}
84
84
85
output_with_http_headers $query, undef, $response->content, 'json', $response->status_line;
85
C4::Output::output_with_http_headers $query, undef, $response->content, 'json', $response->status_line;
86
- 

Return to bug 17600