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.

This commit is contained in:
Klaus Leithoff 2010-01-21 11:10:28 +00:00
parent 12e5f2b218
commit 33dbaddc62

View File

@ -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