From 03ece66cd5ae631cbb192832778366be7d3cc9a7 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Tue, 3 Jan 2012 14:45:53 +0100 Subject: [PATCH] remove bas_manage --- lib/classes/collection.class.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/classes/collection.class.php b/lib/classes/collection.class.php index cdcd17fd83..53f4ec6df6 100644 --- a/lib/classes/collection.class.php +++ b/lib/classes/collection.class.php @@ -533,8 +533,7 @@ class collection implements cache_cacheableInterface "chgstatus" => "1", "imgtools" => "1", "manage" => "1", - "modify_struct" => "1", - "bas_manage" => "1" + "modify_struct" => "1" ); $user->ACL()->update_rights_to_base($base_id, $rights);