From: Galen Charlton Date: Mon, 19 May 2008 19:28:37 +0000 (-0500) Subject: correct path to 404.pl in opac-details.pl X-Git-Tag: v3.00.00-stableRC1~335 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=0f8910e0f6f4606f1421403fec83fea7931e7ef9;p=koha.git correct path to 404.pl in opac-details.pl Signed-off-by: Joshua Ferraro --- diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 1255cec13e..2a28ca5efb 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -77,7 +77,7 @@ if (C4::Context->preference('hidelostitems')) { my $dat = &GetBiblioData($biblionumber); if (!$dat) { - print $query->redirect("/cgi-bin/koha/koha-tmpl/errors/404.pl"); + print $query->redirect("/cgi-bin/koha/errors/404.pl"); exit; } my $imgdir = getitemtypeimagesrc();