"fixed typo, thanks to jaytraxx"

This commit is contained in:
Ralf Becker 2009-11-04 08:06:45 +00:00
parent 28518afcbf
commit 01ecab32bc

View File

@ -980,7 +980,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
}