mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
"re-enabling \"No access\" eACL, as it was in 1.6.002 and is also re-enabled in Trunk and EPL"
This commit is contained in:
parent
6785a48dff
commit
f09f846d4e
@ -824,7 +824,6 @@ class filemanager_ui
|
|||||||
array_unshift($content['eacl'],false); // make the keys start with 1, not 0
|
array_unshift($content['eacl'],false); // make the keys start with 1, not 0
|
||||||
$content['eacl']['owner'] = 0;
|
$content['eacl']['owner'] = 0;
|
||||||
$content['eacl']['rights'] = 5;
|
$content['eacl']['rights'] = 5;
|
||||||
unset($sel_options['rights'][0]); // there's no "No access" for eACL, as you can only add rights
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user