Page MenuHomePhorge

D5226.1775412173.diff
No OneTemporary

Authored By
Unknown
Size
519 B
Referenced Files
None
Subscribers
None

D5226.1775412173.diff

diff --git a/lib/kolab_sync_data_contacts.php b/lib/kolab_sync_data_contacts.php
--- a/lib/kolab_sync_data_contacts.php
+++ b/lib/kolab_sync_data_contacts.php
@@ -205,6 +205,11 @@
}
}
+ // Outlook's synchronization will break with an empty contact (no nodes under ApplicationData)
+ if (empty($result['firstName']) && empty($result['lastName'])) {
+ $result['firstName'] = 'Nameless Contact';
+ }
+
return new Syncroton_Model_Contact($result);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 5, 6:02 PM (3 h, 33 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18834102
Default Alt Text
D5226.1775412173.diff (519 B)

Event Timeline