aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-12-20 16:56:16 +0100
committerArthur Schiwon <blizzz@arthur-schiwon.de>2023-12-20 17:05:58 +0100
commitee096f8629b639863f326fb9913befde4143a922 (patch)
tree34299bc5bbca7e6b40889fcadaf7104cb9f6a531 /apps/user_ldap/appinfo
parent4f7ed475de1d71d3b0481b1681b8d08bb1920a6c (diff)
downloadnextcloud-server-ee096f8629b639863f326fb9913befde4143a922.tar.gz
nextcloud-server-ee096f8629b639863f326fb9913befde4143a922.zip
fix(LDAP): ensure stored groups are formatted as simple list
With array_unique it is possible that the keys are not in sequential order but have gaps. json_encode then would store them as associative array, which later on json_decode would result in a stdClass by default. This is unexpected and would also contradict the return type hint. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo')
0 files changed, 0 insertions, 0 deletions