From 8bd9c3053a1c42715e7bee28e6588db3bc488bb6 Mon Sep 17 00:00:00 2001 From: tipaul Date: Tue, 4 Oct 2005 15:51:44 +0000 Subject: [PATCH] fixing bug in perm (needs reserveforothers, not parameters) --- request.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/request.pl b/request.pl index f57540262e..e1cc221e74 100755 --- a/request.pl +++ b/request.pl @@ -184,7 +184,7 @@ my ($template, $borrowernumber, $cookie) query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => {parameters => 1}, + flagsrequired => {reserveforothers => 1}, }); $template->param( optionloop =>\@optionloop, CGIbranch => $CGIbranch, -- 2.39.5