Actions
Bug #93696
closedDashboard classes call LangaugeService->sL() using wrong case for function call
Start date:
2021-03-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Case in function/method call doesn't match the case in declaration
Dashboard classes are using $this->getLanguageService()->sl
instead of $this->getLanguageService()->sL
Actions