Actions
Bug #86561
closedwriteAdditionalConfiguration method in ConfigurationManager writes to wrong path
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-10-03
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
The path used in TYPO3\CMS\Core\Configuration\ConfigurationManager::writeAdditionalConfiguration()
is invalid.
The file is written to the webroot instead of typo3conf
.
I think it was caused by https://review.typo3.org/#/c/57600/ where the path was adjusted in the class variable but not in the method.
Actions