[BUGFIX] Always call GU::intExplode with a string in EXT:core
This helps avoid breakage when GeneralUtility will switch to strict mode. This change also prevents a whole bunch of possible invalid array access warnings. Resolves: #97582 Relates: #97580 Releases: main Change-Id: I950d64fcb2f16b5044eeff465c85b4022525ceb6 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74863 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Stefan Bürk <stefan@buerk.tech>
Showing
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 4 additions, 4 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/GroupResolver.php 2 additions, 2 deletionstypo3/sysext/core/Classes/Authentication/GroupResolver.php
- typo3/sysext/core/Classes/Domain/Repository/PageRepository.php 1 addition, 1 deletion.../sysext/core/Classes/Domain/Repository/PageRepository.php
- typo3/sysext/core/Classes/Imaging/GraphicalFunctions.php 6 additions, 6 deletionstypo3/sysext/core/Classes/Imaging/GraphicalFunctions.php
- typo3/sysext/core/Classes/Resource/Filter/FileExtensionFilter.php 1 addition, 1 deletion...sext/core/Classes/Resource/Filter/FileExtensionFilter.php
- typo3/sysext/core/Classes/Routing/PageRouter.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Routing/PageRouter.php
- typo3/sysext/core/Classes/Site/Entity/NullSite.php 1 addition, 1 deletiontypo3/sysext/core/Classes/Site/Entity/NullSite.php
- typo3/sysext/core/Classes/Tree/TableConfiguration/DatabaseTreeDataProvider.php 1 addition, 1 deletion...sses/Tree/TableConfiguration/DatabaseTreeDataProvider.php
- typo3/sysext/core/Classes/Tree/TableConfiguration/TreeDataProviderFactory.php 1 addition, 1 deletion...asses/Tree/TableConfiguration/TreeDataProviderFactory.php
- typo3/sysext/core/Classes/TypoScript/TemplateService.php 3 additions, 2 deletionstypo3/sysext/core/Classes/TypoScript/TemplateService.php
Please register or sign in to comment