Skip to content
Snippets Groups Projects
Commit 6a31302c authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Allow digit only strings in EmailFinisher

Since it's valid to use a digit-only subject or title, those
options are now properly cast to a string, preventing
TypeError exceptions when passing them to type-hinted
functions. This happened due to PHP converting digit-only
strings to integers.

Resolves: #100582
Releases: main, 11.5
Change-Id: I30c543b64f41b91ed64edabdb4bd2d9720f24e51
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/78628


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
parent 0e4caa2c
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