mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix finding of groups with decodable chars in their id via DAV
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5379273b06
commit
fede4f4197
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ class GroupPrincipalBackend implements BackendInterface {
|
|||
}
|
||||
}
|
||||
|
||||
$carry[] = self::PRINCIPAL_PREFIX . '/' . $gid;
|
||||
$carry[] = self::PRINCIPAL_PREFIX . '/' . urlencode($gid);
|
||||
return $carry;
|
||||
}, []);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue