mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
using already read event to check acl (and not just the id causing a read)
This commit is contained in:
parent
a7fd927ae7
commit
13463578f5
@ -568,9 +568,9 @@ class calendar_ical extends calendar_boupdate
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($this->productManufacturer != 'groupdav'
|
if ($this->productManufacturer != 'groupdav' ||
|
||||||
|| !$this->check_perms(EGW_ACL_EDIT,$event['id']))
|
!$this->check_perms(EGW_ACL_EDIT,$event))
|
||||||
{
|
{
|
||||||
$attributes['ORGANIZER'] = $organizerURL;
|
$attributes['ORGANIZER'] = $organizerURL;
|
||||||
$parameters['ORGANIZER']['CN'] = $organizerCN;
|
$parameters['ORGANIZER']['CN'] = $organizerCN;
|
||||||
if (!empty($organizerUID))
|
if (!empty($organizerUID))
|
||||||
|
Loading…
Reference in New Issue
Block a user