Actions
Task #92303
closed[BUGFIX] Remove unnecessary pre-checks on "transport_spool_filepath"
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2020-09-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
FileSpool uses GeneralUtility::mkdir_deep() if path does not exist.
mkdir_deep() also tries to fix permissions. Even if this fails, there are further writable-checks down the line.
This issue was automatically created from https://github.com/TYPO3/TYPO3.CMS/pull/267
Actions