Project

General

Profile

Bug #67192 ยป patch-utfimages.diff

Leslaw Pazdzior, 2015-05-29 13:10

View differences:

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) {
    (1-1/1)