Project

General

Profile

Bug #89705 ยป TYPO3_CMS_Core_Resource_Driver.patch

Stefan Franke, 2019-11-18 15:12

View differences:

public/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php 2019-11-18 14:59:23.868013241 +0100
$folderIdentifier = $this->canonicalizeAndCheckFolderIdentifier($folderIdentifier);
if (!$this->folderExists($folderIdentifier)) {
throw new Exception\FolderDoesNotExistException(
'Folder "' . $folderIdentifier . '" does not exist.',
1314516810
);
return [];
}
$absolutePath = $this->getAbsolutePath($folderIdentifier);
return [
    (1-1/1)