diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php index d4762b98da69aa1ea5eb161e1f765c9613de95a1..e86ff141b165056583bfba304045f37be3669049 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php +++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php @@ -1314,7 +1314,7 @@ class ContentObjectRenderer implements LoggerAwareInterface } // Create imageFileLink if not created with typolink - if ($content === $string) { + if ($content === $string && $file !== null) { $parameterNames = ['width', 'height', 'effects', 'bodyTag', 'title', 'wrap', 'crop']; $parameters = []; $sample = isset($conf['sample.']) ? $this->stdWrap($conf['sample'], $conf['sample.']) : $conf['sample'];