Actions
Bug #98606
closedLink text in typoLink_PostProc hook
Start date:
2022-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Use case¶
When using the typoLink_PostProc hook the typoscript setup "config.spamProtectEmailAddresses_atSubst = (at)" is not being respected. Instead of rendering "info(at)domain.ch" the plain email address "info@domain.ch" is rendered.
Findings¶
In case hook registrations exist the already processed link text (available in "$thislastTypoLinkResult->getLinkText()") is overwritten with the initial link text (that might get altered by a registered hook processor).
Actions