From b10731430ecebdf737c3a261c865445381ce9491 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 7 Mar 2011 17:14:06 +0100 Subject: [PATCH 51/60] BZ5725 follow-up : another wrong permission missing permission, same thing as the previous patch, but for another call of batchedit --- tools/batchedit.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/batchedit.pl b/tools/batchedit.pl index d768fb9..39d48f7 100755 --- a/tools/batchedit.pl +++ b/tools/batchedit.pl @@ -141,7 +141,7 @@ if($input->param('field') and not defined $op){ query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => "batchedit", + flagsrequired => { tools =>"batchedit" }, }); $template->param( inputform => 1, ) unless @biblionumbers; -- 1.7.1