mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-23 14:50:14 +00:00
Fix to not use deprecated call.
This commit is contained in:
parent
97eb7ec6b8
commit
d7bd5cb7d1
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user