mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 17:52:02 -04:00
fixes sharing to group ids /w chars that are being url encoded, carddav
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
b4434833af
commit
f34202190c
1 changed files with 0 additions and 3 deletions
|
|
@ -191,9 +191,6 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
|||
$principals = $this->principalBackend->getGroupMembership($principalUriOriginal, true);
|
||||
$principals = array_merge($principals, $this->principalBackend->getCircleMembership($principalUriOriginal));
|
||||
|
||||
$principals = array_map(function ($principal) {
|
||||
return urldecode($principal);
|
||||
}, $principals);
|
||||
$principals[] = $principalUri;
|
||||
|
||||
$query = $this->db->getQueryBuilder();
|
||||
|
|
|
|||
Loading…
Reference in a new issue