Actions
Bug #98602
closedInteger may be passed to `octdec` in GU::createDirectory()
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-10-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
If $GLOBALS['TYPO3_CONF_VARS']['SYS']['folderCreateMask']
is not set, an integer is passed to octdec
in GeneralUtility::createDirectory()
. This must be a string instead, since strict types are now enabled for this class.
Actions