mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-17 19:38:25 +01:00
Fix unable to set EACL
This commit is contained in:
parent
a93ab11a60
commit
57e187cc2d
@ -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