10 Mar
2022
10 Mar
'22
4:40 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23329 --- Comment #88 from David Cook <dcook@prosentient.com.au> --- (In reply to David Cook from comment #87)
For opac/tracklinks.pl, we changed 'print $cgi->redirect("/cgi-bin/koha/errors/404.pl");' to 'output_error( $cgi, '404' );', but that's wrong as that's an intranet style 404 when we need an opac style 404. It'll never work correctly...
See Bug 30261 for a fix for that. -- You are receiving this mail because: You are watching all bug changes.