Skip to content

Commit

Permalink
fix finding of groups with decodable chars in their id via DAV
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
  • Loading branch information
blizzz committed Dec 3, 2020
1 parent 2516854 commit fe59be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dav/lib/DAV/GroupPrincipalBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public function searchPrincipals($prefixPath, array $searchProperties, $test = '
}
}

$carry[] = self::PRINCIPAL_PREFIX . '/' . $gid;
$carry[] = self::PRINCIPAL_PREFIX . '/' . urlencode($gid);
return $carry;
}, []);
break;
Expand Down

0 comments on commit fe59be1

Please sign in to comment.