georgringer / news

TYPO3 Extension news
GNU General Public License v2.0
264 stars 358 forks source link

[BUGFIX] Correctly create LanguageService in UpgradeWizard #2199

Closed IchHabRecht closed 1 year ago

IchHabRecht commented 1 year ago

As the LanguageService has own constructor arguments, the Factory needs to be used to create a valid LanguageService object.

georgringer commented 1 year ago

is this also compatible to v11?

liayn commented 1 year ago

Yes, this works in v11 too. Thanks Nicole for the fix.