diff --git a/calendar/inc/class.bocal.inc.php b/calendar/inc/class.bocal.inc.php index 97e17a2fe8..414b8af5d6 100644 --- a/calendar/inc/class.bocal.inc.php +++ b/calendar/inc/class.bocal.inc.php @@ -362,6 +362,7 @@ class bocal if ($remove_rejected_by_user && $event['participants'][$remove_rejected_by_user] == 'R') { unset($events[$id]); // remove the rejected event + $this->total--; continue; } if ($params['enum_groups'] && $this->enum_groups($event))