Actions
Bug #89820
closedLanguage Packs: Constructor argument not set
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2019-12-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
This issue is caused by the PSR-14 events merged some minutes ago. LanguagePackService receives a mandatory constructor argument, which is not defined by DI yet. However, there is already a fallback check, which wouldn't make sense in the current state.
The following error is thrown:
Too few arguments to function TYPO3\CMS\Install\Service\LanguagePackService::__construct(), 0 passed in /var/www/html/typo3_src/typo3/sysext/core/Classes/Utility/GeneralUtility.php on line 3461 and exactly 1 expected
Actions