Bug #89705 ยป TYPO3_CMS_Core_Resource_Driver.patch
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 [
|