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:
Arthur Schiwon 2020-12-03 12:35:51 +01:00
parent 5379273b06
commit fede4f4197
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ class GroupPrincipalBackend implements BackendInterface {
}
}
$carry[] = self::PRINCIPAL_PREFIX . '/' . $gid;
$carry[] = self::PRINCIPAL_PREFIX . '/' . urlencode($gid);
return $carry;
}, []);
break;