mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
removed accidently commited change
This commit is contained in:
parent
ac40e068b6
commit
32895cdda5
@ -1144,11 +1144,6 @@ class calendar_groupdav extends groupdav_handler
|
||||
$privileges = parent::current_user_privileges($path, $user);
|
||||
//error_log(__METHOD__."('$path', $user) parent gave ".array2string($privileges));
|
||||
|
||||
if (!$user || $user == $GLOBALS['egw_info']['user']['account_id'])
|
||||
{
|
||||
$privileges['all'] = 'all';
|
||||
}
|
||||
|
||||
if ($this->bo->check_perms(EGW_ACL_FREEBUSY, 0, $user))
|
||||
{
|
||||
$privileges['read-free-busy'] = HTTP_WebDAV_Server::mkprop(groupdav::CALDAV, 'read-free-busy', '');
|
||||
|
Loading…
Reference in New Issue
Block a user