diff --git a/calendar/inc/class.bocal.inc.php b/calendar/inc/class.bocal.inc.php index c41f1af788..33d3b51a86 100644 --- a/calendar/inc/class.bocal.inc.php +++ b/calendar/inc/class.bocal.inc.php @@ -857,7 +857,7 @@ class bocal } if (is_int($event) && $event == 0) { - $owner = $other > 0 ? $other : $this->user; + $owner = $other ? $other : $this->user; } else {