diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-12-20 16:56:16 +0100 |
---|---|---|
committer | Louis <louis@chmn.me> | 2024-01-02 12:16:10 +0100 |
commit | 779df7ff9c2afe181ab4876c414273bd8a0a9c9b (patch) | |
tree | 4b23493959a4a365df39b4f33772a8e4b9b4cff5 /.idea | |
parent | 3b69ea11cb10e51b77e940e80a56f0a757e90390 (diff) | |
download | nextcloud-server-779df7ff9c2afe181ab4876c414273bd8a0a9c9b.tar.gz nextcloud-server-779df7ff9c2afe181ab4876c414273bd8a0a9c9b.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 '.idea')
0 files changed, 0 insertions, 0 deletions