mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Fix unable to set EACL
This commit is contained in:
parent
bd41288788
commit
6c89d3a1b7
@ -1058,7 +1058,7 @@ class filemanager_ui
|
||||
}
|
||||
else
|
||||
{
|
||||
$msg .= egw_vfs::eacl($path,$content['rights'],$content['eacl_owner']) ?
|
||||
$msg .= egw_vfs::eacl($path,$content['eacl']['rights'],$content['eacl_owner']) ?
|
||||
lang('ACL added.') : lang('Error adding the ACL!');
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user