X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=opac%2Ferrors%2F402.pl;h=b84cccaed20509b63147fcd2eca72d35ad3b6a1e;hb=12c60fac6aa2d80bcaf4db23715191951432bfee;hp=8620f88cb645709bb99aba1e75ac73069ed8c19f;hpb=60e033dc916c3c1f89fed70fe59ec871d3744268;p=koha.git diff --git a/opac/errors/402.pl b/opac/errors/402.pl index 8620f88cb6..b84cccaed2 100755 --- a/opac/errors/402.pl +++ b/opac/errors/402.pl @@ -34,4 +34,4 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( } ); $template->param( admin => $admin ); -output_html_with_http_headers $query, $cookie, $template->output; +output_with_http_headers $query, $cookie, $template->output, 'html', '402 Payment Required';