We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b74e5 commit d63e5adCopy full SHA for d63e5ad
Classes/Service/Typo3tempFileService.php
@@ -141,7 +141,7 @@ protected function statsFromStorages(): array
141
protected function getStatsFromStorage(ResourceStorage $storage): array
142
{
143
$storageConfiguration = $storage->getConfiguration();
144
- $storageBasePath = rtrim($storageConfiguration['basePath'], '/');
+ $storageBasePath = rtrim($storageConfiguration['basePath'] ?? '', '/');
145
$processedPath = '/' . $storageBasePath . $storage->getProcessingFolder()->getIdentifier();
146
$numberOfFiles = $this->processedFileRepository->countByStorage($storage);
147
0 commit comments