From b8503076bb188c69a4deedc0ebf57b5ca2898675 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 11 Mar 2014 10:56:53 +1300 Subject: [PATCH] [PASSED QA] Bug 11715 : /cgi-bin/koha/cataloguing/z3950_search.pl doesn't need auth To test: 1/ go to /cgi-bin/koha/cataloguing/z3950_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_search.pl notice you now need to login Signed-off-by: Kyle M Hall Signed-off-by: Katrin Fischer Confirmed bug and that the patch fixes it. --- cataloguing/z3950_search.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cataloguing/z3950_search.pl b/cataloguing/z3950_search.pl index a754c45..d3a3c53 100755 --- a/cataloguing/z3950_search.pl +++ b/cataloguing/z3950_search.pl @@ -53,7 +53,6 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user({ template_name => "cataloguing/z3950_search.tmpl", query => $input, type => "intranet", - authnotrequired => 1, flagsrequired => { catalogue => 1 }, }); -- 1.8.3.2