correct path to 404.pl in opac-details.pl
authorGalen Charlton <galen.charlton@liblime.com>
Mon, 19 May 2008 19:28:37 +0000 (14:28 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Mon, 19 May 2008 21:07:10 +0000 (16:07 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
opac/opac-detail.pl

index 1255cec..2a28ca5 100755 (executable)
@@ -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();