From 253a5a448cacff49cfa3cb3cbea45b4f4eec3e61 Mon Sep 17 00:00:00 2001 From: ralf Date: Fri, 26 Jul 2024 12:01:09 +0200 Subject: [PATCH] fix wrong case, thanks to Cyril chez ETCHE.NET --- api/src/Contacts/Ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Contacts/Ldap.php b/api/src/Contacts/Ldap.php index e7543d2727..9d05a6993f 100644 --- a/api/src/Contacts/Ldap.php +++ b/api/src/Contacts/Ldap.php @@ -260,7 +260,7 @@ class Ldap 'assistent' => 'assistantname', 'n_fileas' => 'fileas', 'tel_fax_home' => 'homefacsimiletelephonenumber', - 'freebusy_uri' => 'freeBusyuri', + 'freebusy_uri' => 'freebusyuri', 'calendar_uri' => 'calendaruri', 'tel_other' => 'otherphone', 'tel_cell_private' => 'callbackphone', // not the best choice, but better then nothing