Skip to content

Commit 15633d5

Browse files
committedSep 25, 2020
generate unique id
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 89a616e commit 15633d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎lib/Service/DavService.php

+1
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ private function manageNewCircles(DavCard $davCard, array $fromCard, array $curr
422422
$this->configService->contactsBackendType(), $group . ' - ' . $user->getDisplayName()
423423
);
424424
$circle->setAltName($group);
425+
$circle->generateUniqueId();
425426
$circle->setContactAddressBook($davCard->getAddressBookId());
426427
$circle->setContactGroupName($group);
427428

0 commit comments

Comments
 (0)
Please sign in to comment.