mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
The serialized data in 19 has one property less and this was not considered in the code. Hence adding a fallback. Moreover I'm changing the deserialization into an array instead of object, as that is the safer option. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>