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
1186977589
commit
9abff14e8d
|
@ -231,7 +231,7 @@ class GroupPrincipalBackend implements BackendInterface {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$carry[] = self::PRINCIPAL_PREFIX . '/' . $gid;
|
$carry[] = self::PRINCIPAL_PREFIX . '/' . urlencode($gid);
|
||||||
return $carry;
|
return $carry;
|
||||||
}, []);
|
}, []);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue