[Koha-patches] [PATCH] Fix obvious error in 500.pl script. Please push up immediately.

Joe Atzberger joe.atzberger at liblime.com
Tue Apr 22 08:21:10 CEST 2008


---
 opac/errors/500.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opac/errors/500.pl b/opac/errors/500.pl
index 29ee3e0..d3c5ce1 100755
--- a/opac/errors/500.pl
+++ b/opac/errors/500.pl
@@ -29,7 +29,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
         template_name   => "errors/500.tmpl",
         query           => $query,
         type            => "opac",
-        koha-tmpl/authnotrequired => 1,
+        authnotrequired => 1,
         debug           => 1,
     }
 );
-- 
1.5.2.1




More information about the Koha-patches mailing list