Fix unable to set EACL

This commit is contained in:
Nathan Gray 2014-07-22 14:07:46 +00:00
parent a93ab11a60
commit 57e187cc2d

View File

@ -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!');
}
}