Actions
Task #89957
closedInstall tool ExtensionConfiguration class contains dead code
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2019-12-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
In `\TYPO3\CMS\Core\Configuration\ExtensionConfiguration::set` the following lines are found:
if (!empty($path)) { // @todo: this functionality can be removed once EXT:bootstrap_package is adapted to the new API. $extensionConfiguration = $this->get($extension); $value = ArrayUtility::setValueByPath($extensionConfiguration, $path, $value); }
Which can now be removed.
Actions