[BUGFIX] Add null coalesce operator for stdWrapValue second parameter
In some setups the conf array is null and throws an error. This patch adds the ?? operator with an empty array as fallback value. Resolves: #92216 Related: #91657 Related: #91834 Releases: master Change-Id: I95df9ad491f1284867a683a6980dbb1f6c3f3381 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/65618 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php 1 addition, 1 deletion...se/Classes/Configuration/AbstractConfigurationManager.php
- typo3/sysext/frontend/Classes/ContentObject/CaseContentObject.php 1 addition, 1 deletion...sext/frontend/Classes/ContentObject/CaseContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentContentObject.php 3 additions, 3 deletions...t/frontend/Classes/ContentObject/ContentContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectArrayContentObject.php 1 addition, 1 deletion...Classes/ContentObject/ContentObjectArrayContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php 49 additions, 49 deletions.../frontend/Classes/ContentObject/ContentObjectRenderer.php
- typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php 5 additions, 5 deletions...ext/frontend/Classes/ContentObject/FilesContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/FluidTemplateContentObject.php 5 additions, 5 deletions...tend/Classes/ContentObject/FluidTemplateContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/HierarchicalMenuContentObject.php 1 addition, 1 deletion...d/Classes/ContentObject/HierarchicalMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php 8 additions, 8 deletions...ext/frontend/Classes/ContentObject/ImageContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/AbstractMenuContentObject.php 6 additions, 6 deletions.../Classes/ContentObject/Menu/AbstractMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/CategoryMenuUtility.php 3 additions, 3 deletions...ontend/Classes/ContentObject/Menu/CategoryMenuUtility.php
- typo3/sysext/frontend/Classes/ContentObject/Menu/TextMenuContentObject.php 1 addition, 1 deletion...tend/Classes/ContentObject/Menu/TextMenuContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php 5 additions, 5 deletions...t/frontend/Classes/ContentObject/RecordsContentObject.php
- typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php 5 additions, 5 deletions...ses/ContentObject/ScalableVectorGraphicsContentObject.php
- typo3/sysext/frontend/Classes/DataProcessing/CommaSeparatedValueProcessor.php 1 addition, 1 deletion...d/Classes/DataProcessing/CommaSeparatedValueProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/DatabaseQueryProcessor.php 1 addition, 1 deletion...rontend/Classes/DataProcessing/DatabaseQueryProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/FilesProcessor.php 6 additions, 6 deletions...sysext/frontend/Classes/DataProcessing/FilesProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/LanguageMenuProcessor.php 2 additions, 2 deletions...frontend/Classes/DataProcessing/LanguageMenuProcessor.php
- typo3/sysext/frontend/Classes/DataProcessing/SplitProcessor.php 1 addition, 1 deletion...sysext/frontend/Classes/DataProcessing/SplitProcessor.php
- typo3/sysext/frontend/Classes/Http/RequestHandler.php 1 addition, 1 deletiontypo3/sysext/frontend/Classes/Http/RequestHandler.php
Please register or sign in to comment