[TASK] Replace $GLOBALS[‘LANG’] with local property in ext:aboutmodules
The local property languageService was only used in the indexAction. In getModulesData and getSubModuleData there was still $GLOBALS[‘LANG’] used, which is now changed to the local property languageService. Resolves: #65368 Releases: master Change-Id: Ibae1f34b7baa37d5693bdb8220f59c23c5bbac0c Reviewed-on: http://review.typo3.org/37297 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Please register or sign in to comment