From 8254b83d7039ae477d154273e8afde6df88971b7 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 17 Mar 2014 09:15:05 +1300 Subject: [PATCH] [SIGNED-OFF] Bug 11715 : Fixing no auth on cataloguing/z3950_auth_search.pl To test: 1/ go to /cgi-bin/koha/cataloguing/z3950_auth_search.pl when you are not logged in, notice no log in is enforced 2/ Apply patch 3/ go to /cgi-bin/koha/cataloguing/z3950_auth_search.pl notice you now need to login Signed-off-by: Kyle M Hall --- cataloguing/z3950_auth_search.pl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/cataloguing/z3950_auth_search.pl b/cataloguing/z3950_auth_search.pl index 3ab7666..f52630a 100755 --- a/cataloguing/z3950_auth_search.pl +++ b/cataloguing/z3950_auth_search.pl @@ -47,7 +47,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ template_name => "cataloguing/z3950_auth_search.tmpl", query => $input, type => "intranet", - authnotrequired => 1, flagsrequired => { catalogue => 1 }, }); -- 1.7.2.5