"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:
Ralf Becker 2010-05-13 08:45:57 +00:00
parent 6785a48dff
commit f09f846d4e

View File

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