diff --git a/calendar/inc/class.calendar_icap.inc.php b/calendar/inc/class.calendar_icap.inc.php index 02c5e5fe1d..e1b4746c0a 100755 --- a/calendar/inc/class.calendar_icap.inc.php +++ b/calendar/inc/class.calendar_icap.inc.php @@ -310,7 +310,7 @@ function fetch_current_stream_event() { $this->event = mcal_fetch_current_stream_event($this->stream); - return $this->event + return $this->event; } function add_attribute($attribute,$value)