forked from extern/egroupware
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:
parent
12e5f2b218
commit
33dbaddc62
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user