Skip to content

Commit

Permalink
fix: #18
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Nov 17, 2024
1 parent 073dc74 commit 523526b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions roundcube_caldav.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 523526b

Please sign in to comment.