diff --git a/program/lib/Roundcube/rcube_addressbook.php b/program/lib/Roundcube/rcube_addressbook.php index 325b48a6a..b4ce03bd2 100644 --- a/program/lib/Roundcube/rcube_addressbook.php +++ b/program/lib/Roundcube/rcube_addressbook.php @@ -550,7 +550,7 @@ abstract class rcube_addressbook // fallbacks... if ($fn === '') { // ... display name - if (!empty($contact['name'])) { + if (!empty(trim($contact['name']))) { $fn = $contact['name']; } // ... organization