From 53a263ad7fa81a9688498f5e09858ee982c91f2c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Wed, 15 Dec 2010 20:38:53 +0100 Subject: [PATCH] Bug 5718 : fix permission of moveitem = edit_items needed Signed-off-by: Chris Cormack --- cataloguing/moveitem.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cataloguing/moveitem.pl b/cataloguing/moveitem.pl index e0ab551..24414cc 100755 --- a/cataloguing/moveitem.pl +++ b/cataloguing/moveitem.pl @@ -48,7 +48,7 @@ my ($template, $loggedinuser, $cookie) query => $query, type => "intranet", authnotrequired => 0, - flagsrequired => {editcatalogue => 'edit_catalogue'}, + flagsrequired => { editcatalogue => 'edit_items' }, debug => 1, }); -- 1.7.1