Project

General

Profile

Bug #90063 ยป Bug90063writeFileToTypo3tempDir.patch

Lina Wolf, 2020-09-25 10:07

View differences:

web/typo3/sysext/core/Classes/Utility/GeneralUtility.php (date 1601020958864)
if (!@is_file($filepath)) {
$errorMessage = 'The file was not written to the disk. Please, check that you have write permissions to the ' . $prefixLabel . ' directory.';
break;
} else {
//file was written successfully
$errorMessage = null;
break;
}
} else {
$errorMessage = 'Calculated file location didn\'t match input "' . $filepath . '".';
    (1-1/1)