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.
Updated by Gerrit Code Review about 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58571
Updated by Alexander Stehlik about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4c8b83b9462b699183c351b8e680bbc168708351.
Actions