Skip to content
Snippets Groups Projects
Commit ff06d679 authored by Simon Gilli's avatar Simon Gilli Committed by Christian Kuhn
Browse files

[BUGFIX] Ensure correct merge of update suggestions

The calls to the getUpdateSuggestions() method may result
in the same change is added twice to the same hash. Using
array_replace_recursive() ensures the same two suggestions
are merged correctly and not as array of strings like done
by the former implementation.

This is important for sqlite which creates multiple
statements for one 'job' sometimes.

Resolves: #94709
Releases: master
Change-Id: I1cec5977215559b17004d0f32b01fec039f09992
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70201


Tested-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Daniel Siepmann's avatarDaniel Siepmann <coding@daniel-siepmann.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 4fbbbd5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment