From 523526b1d8b21e13ef82481d7de59372a05b653e Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Sun, 17 Nov 2024 18:11:51 +0100 Subject: [PATCH] fix: #18 --- roundcube_caldav.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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,