Skip to content
Snippets Groups Projects
Commit 5430aa93 authored by Helmut Hummel's avatar Helmut Hummel
Browse files

[BUGFIX] Avoid fatal error in image rendering when processing fails

Fatal error can occur, when the file variable isn't a string,
which only happens, when file processing failed or the resolved
file isn't an image.

Nevertheless the fatal error should be avoided.

Also clean up some variable usage to not change the type
of variable and remove some not needed isset() check
for better readability.

Resolves: #91681
Releases: master, 10.4
Change-Id: Ibde8e1105fa7c0e233656b5dd49e083b6c7259ab
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64908


Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarHelmut Hummel <typo3@helhum.io>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Tested-by: default avatarHelmut Hummel <typo3@helhum.io>
parent 0a98d923
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