Skip to content
Snippets Groups Projects
Commit 5bfb9b29 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Daniel Goerz
Browse files

[BUGFIX] Do not render empty title attributes in ImageViewHelper

The ImageViewHelper uses strict types for checking if
the `title` property of the image is not an empty string.
Since this value can also be NULL, a typecast is necessary
for the check to work.

Resolves: #91759
Releases: master, 10.4
Change-Id: Ide73a6d2aacf0fcd9bb4c6128a66b0685d4fc68c
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67504


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarDaniel Goerz <daniel.goerz@posteo.de>
parent 5f646593
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