Use the correct principal for shared addressbooks
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
54317e80c0
commit
6bd4e1f65b
|
@ -180,7 +180,7 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
|||
$addressBooks[$row['id']] = [
|
||||
'id' => $row['id'],
|
||||
'uri' => $uri,
|
||||
'principaluri' => $principalUri,
|
||||
'principaluri' => $principalUriOriginal,
|
||||
'{DAV:}displayname' => $displayName,
|
||||
'{' . Plugin::NS_CARDDAV . '}addressbook-description' => $row['description'],
|
||||
'{http://calendarserver.org/ns/}getctag' => $row['synctoken'],
|
||||
|
|
Loading…
Reference in New Issue