diff --git a/inc/drivers_ldap.php b/inc/drivers_ldap.php index 1fe7033e..d9e1f14d 100644 --- a/inc/drivers_ldap.php +++ b/inc/drivers_ldap.php @@ -282,7 +282,7 @@ function sync_user_from_LDAP( Principal &$principal, $mapping, $ldap_values ) { } else { $principal->Create($fields_to_set); - CreateHomeCalendar($principal->username()); + CreateHomeCollections($principal->username()); } }