xperseguers / t3ext-ig_ldap_sso_auth

TYPO3 Extension ig_ldap_sso_auth. This extension provides LDAP and SSO support for TYPO3.
https://extensions.typo3.org/extension/ig_ldap_sso_auth
27 stars 64 forks source link

[BUGFIX] Rename method getLanguageService #102

Closed mschwemer closed 4 years ago

mschwemer commented 4 years ago

The method getLanguageService is not compatible with the method signature in AbstractTask.

Solution is to rename the function. This ensures backwards compatibility with TYPO3 versions 8 and 9.

Fixes: #101