Bug #67193 ยป patch-utfimages.diff
typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php | ||
---|---|---|
}
|
||
// clean ../ sections of the path and resolve to proper string. This is necessary for the Tx_File_BackwardsCompatibility_TslibContentAdapter to work.
|
||
$file = GeneralUtility::resolveBackPath($file);
|
||
$file = rawurldecode($file);
|
||
$fileObject = $this->getResourceFactory()->retrieveFileOrFolderObject($file);
|
||
}
|
||
} catch (\TYPO3\CMS\Core\Resource\Exception $exception) {
|