Skip to content
Snippets Groups Projects
Commit c9525155 authored by Christian Kuhn's avatar Christian Kuhn Committed by Benni Mack
Browse files

[BUGFIX] PHP 8.0 warning from ContentObjectRenderer

TypoScript options config.spamProtectEmailAddresses_atSubst
and config.spamProtectEmailAddresses_lastDotSubst may not
be set. Use null coalescing operator to sanitize access.

Link/EmailViewHelperTest stumbles here and also needs a
proper initialization of $GLOBALS['BE_USER'].

Resolves: #95532
Releases: master
Change-Id: I8169229c1a31c1243cf2c4fc4321d015f532dc12
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/71494


Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent ba513048
Branches
Tags
No related merge requests found
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