From 57db2cd6e4a2d12e3f54db37c93d50ac689e97ef Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Mon, 21 Feb 2011 17:16:03 +0100 Subject: [PATCH] BG5725 follow-up : permission is wrong The permission should not be "batchedit" but { tools=> "batchedit" } as it's a sub-permission --- tools/batchedit.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/batchedit.pl b/tools/batchedit.pl index f363a3a..d768fb9 100755 --- a/tools/batchedit.pl +++ b/tools/batchedit.pl @@ -61,7 +61,7 @@ if($input->param('field') and not defined $op){ query => $input, type => "intranet", authnotrequired => 0, - flagsrequired => "batchedit", + flagsrequired => { tools => "batchedit" }, }); -- 1.7.1