Fix unable to set EACL

This commit is contained in:
Nathan Gray 2014-07-21 16:47:29 +00:00
parent bd41288788
commit 6c89d3a1b7

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