mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +01:00
Fix unable to set EACL
This commit is contained in:
parent
a93ab11a60
commit
57e187cc2d
@ -1058,7 +1058,7 @@ class filemanager_ui
|
|||||||
}
|
}
|
||||||
else
|
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!');
|
lang('ACL added.') : lang('Error adding the ACL!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user