@@ -, +, @@ --- tools/batchedit.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/tools/batchedit.pl +++ a/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" }, }); --