mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
If the value was a string, like a single group, then `json_decode` will also yield only a string. So in this case we ensure the property is always an array with that value. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>