mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
Fix EGW_ACL_FREEBUSY issue
This commit is contained in:
parent
de1a64cacd
commit
f1343bfde0
@ -1080,7 +1080,7 @@ class calendar_bo
|
||||
$private = !$event['public'];
|
||||
}
|
||||
$grants = $this->grants[$owner];
|
||||
if (is_array($event) && $needed == EGW_ACL_READ)
|
||||
if (is_array($event) && ($needed == EGW_ACL_READ || $needed == EGW_ACL_FREEBUSY))
|
||||
{
|
||||
// Check if the $user is one of the participants or has a read-grant from one of them
|
||||
// in that case he has an implicite READ grant for that event
|
||||
|
Loading…
Reference in New Issue
Block a user