diff options
author | Robert C. Schaller <gtbc_robert.schaller@rsxc.de> | 2024-03-25 02:18:02 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-03-26 08:49:34 +0000 |
commit | 823a07bb1d4959e994572c776dca8529e0640d07 (patch) | |
tree | 86a17a5327adcb7d26f1ced79471c120a8bf082a /.php-cs-fixer.dist.php | |
parent | bfa6ef849758115b4fc195e3da5f7117257802e6 (diff) | |
download | nextcloud-server-823a07bb1d4959e994572c776dca8529e0640d07.tar.gz nextcloud-server-823a07bb1d4959e994572c776dca8529e0640d07.zip |
fix(dav): wrong comparison method between two events
Old comparison implementation compares each element of the array against each other with no respect for the associated array label, which leads to wrongful removals because one value is accidentally present in a completely different label. New comparison works 'by-label' individually.
Partly fixes #41084 because changes between 'SEQUENCE' not present, 'SEQUENCE:0' and 'SEQUENCE:1' were not detected in the old implementation and thus no email update sent.
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Robert C. Schaller <gtbc_robert.schaller@rsxc.de>
Diffstat (limited to '.php-cs-fixer.dist.php')
0 files changed, 0 insertions, 0 deletions