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

(-)a/C4/Output.pm (-2 / +3 lines)
Lines 405-411 sub output_error { Link Here
405
        admin => $admin,
405
        admin => $admin,
406
        errno => $error,
406
        errno => $error,
407
    );
407
    );
408
    output_with_http_headers $query, $cookie, $template->output, 'html', '404 Not Found';
408
409
    #NOTE: Technically, it is enough to just include the status code. You don't have to include the reason phrase.
410
    output_with_http_headers $query, $cookie, $template->output, 'html', $error;
409
}
411
}
410
412
411
=item parametrized_url
413
=item parametrized_url
412
- 

Return to bug 30803