diff --git a/calendar/edit_entry.php b/calendar/edit_entry.php index a3ae013bce..6e0ab22381 100755 --- a/calendar/edit_entry.php +++ b/calendar/edit_entry.php @@ -56,7 +56,7 @@ $can_edit = False; - if(($cal_info->owner == $owner) || ($phpgw->calendar->check_perms(PHPGW_ACL_EDIT) == True)) + if(($cal_info->owner == $owner) && ($phpgw->calendar->check_perms(PHPGW_ACL_EDIT) == True)) { $can_edit = True; }