From 33dbaddc62a26e26e9cb357527c3ab20b3ab182b Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 21 Jan 2010 11:10:28 +0000 Subject: [PATCH] reenable NoAccess for extendedACL. It is to be able to stop descending rights. If you have conflicting rights no-access wins. so beware, it is possible to lock yourself out. Other caveats apply too. --- filemanager/inc/class.filemanager_ui.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_ui.inc.php b/filemanager/inc/class.filemanager_ui.inc.php index f3a529e8cd..11cd8ed3b1 100644 --- a/filemanager/inc/class.filemanager_ui.inc.php +++ b/filemanager/inc/class.filemanager_ui.inc.php @@ -932,7 +932,7 @@ class filemanager_ui array_unshift($content['eacl'],false); // make the keys start with 1, not 0 $content['eacl']['owner'] = 0; $content['eacl']['rights'] = 5; - unset($sel_options['rights'][0]); // there's no "No access" for eACL, as you can only add rights + //unset($sel_options['rights'][0]); // there's no "No access" for eACL, as you can only add rights } } else