mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
"fixed typo, thanks to jaytraxx"
This commit is contained in:
parent
a8f61e517d
commit
05133a122f
@ -918,7 +918,7 @@ class calendar_uiforms extends calendar_ui
|
||||
$content['alarm'] = array(false);
|
||||
foreach(array_values($event['alarm']) as $id => $alarm)
|
||||
{
|
||||
if (!$alarm['all'] && !$this->bo->check_perms(EGW_ACL_READALARM,0,$alarm['owner']))
|
||||
if (!$alarm['all'] && !$this->bo->check_perms(EGW_ACL_READ,0,$alarm['owner']))
|
||||
{
|
||||
continue; // no read rights to the calendar of the alarm-owner, dont show the alarm
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user