From d7bd5cb7d1d9c7f61605e484755cc10c421122aa Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Mon, 10 Oct 2011 13:47:56 +0200 Subject: [PATCH] Fix to not use deprecated call. --- inc/drivers_ldap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } }