FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 232 forks source link

[BUGFIX] Merge the fal properties correctly #595

Closed mhirdes closed 10 years ago

mhirdes commented 10 years ago

When merge the properties of the FAL entries, the fileProperties are the fallback. The fileReferenceProperties override them, if they are not empty. So the Merge should look like this:

\TYPO3\CMS\Core\Utility\ArrayUtility::mergeRecursiveWithOverrule($fileProperties, $fileReferenceProperties, TRUE, FALSE, FALSE);
danilobuerger commented 10 years ago

Please submit a pull request

mhirdes commented 10 years ago

Done