mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Use the correct principal for shared addressbooks
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
54317e80c0
commit
6bd4e1f65b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue