From ca0adaf0e6361d3d275c5710d9324cd5c842b426 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Thu, 11 May 2017 17:29:10 +0200 Subject: [PATCH] [TASK] Move LanguageService to EXT:core The main $GLOBALS['LANG'] class has been moved to the core extension into the "Localization" namespace, where all other related XLF/XML factory, store and parser classes reside. This is done in order to streamline the localization of core-relevant files, since this class will also be used in frontend context. EXT:lang now contains the backend module, as well as most XLF files. Resolves: #81196 Releases: master Change-Id: I0e5d8260f5c5a28254658c68766990b4f4662a2a Reviewed-on: https://review.typo3.org/52774 Tested-by: TYPO3com Reviewed-by: Jan Helke Tested-by: Jan Helke Reviewed-by: Georg Ringer Tested-by: Georg Ringer --- Classes/FrontendEditAssetLoader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/FrontendEditAssetLoader.php b/Classes/FrontendEditAssetLoader.php index e88c11e..46b65ad 100644 --- a/Classes/FrontendEditAssetLoader.php +++ b/Classes/FrontendEditAssetLoader.php @@ -55,7 +55,7 @@ class FrontendEditAssetLoader /** * Returns LanguageService * - * @return \TYPO3\CMS\Lang\LanguageService + * @return \TYPO3\CMS\Core\Localization\LanguageService */ protected function getLanguageService() {