Project

General

Profile

Actions

Task #89957

closed

Install tool ExtensionConfiguration class contains dead code

Added by Claus Due over 4 years ago. Updated over 3 years ago.

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

Also available in: Atom PDF