Thomas B
2016-01-10 66d4ef6e31789b1e1c8a5b5c38cc94dd744e8d68
Merge pull request #316 from namesco/prevent-blank-contactnames

Ensure roundcube doesn't render contact names as blank
1 files modified
2 ■■■ changed files
program/lib/Roundcube/rcube_addressbook.php 2 ●●● patch | view | raw | blame | history
program/lib/Roundcube/rcube_addressbook.php
@@ -550,7 +550,7 @@
        // fallbacks...
        if ($fn === '') {
            // ... display name
            if (!empty($contact['name'])) {
            if (!empty(trim($contact['name']))) {
                $fn = $contact['name'];
            }
            // ... organization