mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
fix for mystylite bug #818: planner by user only with read rights (should work with freebusy rights too)
This commit is contained in:
parent
59ffc34a9f
commit
b6330f1d93
@ -1913,7 +1913,7 @@ function open_edit(series)
|
||||
foreach((array) $GLOBALS['egw']->accounts->member($user) as $data)
|
||||
{
|
||||
$user = $data['account_id'];
|
||||
if ($this->bo->check_perms(EGW_ACL_READ,0,$user))
|
||||
if ($this->bo->check_perms(EGW_ACL_READ | EGW_ACL_FREEBUSY,0,$user))
|
||||
{
|
||||
$users[$user] = $this->bo->participant_name($user);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user