From 82e9f2e9f05f89c18aebbff0ff0350556e0734d3 Mon Sep 17 00:00:00 2001 From: Henri-Damien LAURENT Date: Wed, 3 Oct 2007 19:01:02 +0200 Subject: [PATCH] Bug Fixing : privilege for blinddetailbibliosearch mistakenly was editauthorities Signed-off-by: Chris Cormack --- authorities/blinddetail-biblio-search.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authorities/blinddetail-biblio-search.pl b/authorities/blinddetail-biblio-search.pl index 71be1dae8e..61e9f0dd8b 100755 --- a/authorities/blinddetail-biblio-search.pl +++ b/authorities/blinddetail-biblio-search.pl @@ -67,7 +67,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => { editauthorities => 1 }, + flagsrequired => { editcatalogue => 1 }, } ); -- 2.20.1