diff --git a/roundcube_caldav.php b/roundcube_caldav.php index 4544f5b..70c372e 100644 --- a/roundcube_caldav.php +++ b/roundcube_caldav.php @@ -765,11 +765,7 @@ function send_info_to_be_displayed_to_client(rcube_message &$message, $attachmen $response['description']=''; } - if (!empty($event->location)) { - $response['location'] = $event->location; - } else { - $response['location']=''; - } + $response['location'] = $event->location; $msg = set_calendar_to_use_for_select_input( $response,