diff --git a/typo3/sysext/workspaces/Classes/Service/StagesService.php b/typo3/sysext/workspaces/Classes/Service/StagesService.php index 2e24df50f935eb470b2095375e77693817ec2ffe..c99ffbfbeda2ad95ebb6590341484584ee1754d0 100644 --- a/typo3/sysext/workspaces/Classes/Service/StagesService.php +++ b/typo3/sysext/workspaces/Classes/Service/StagesService.php @@ -522,7 +522,7 @@ class StagesService implements \TYPO3\CMS\Core\SingletonInterface $backendUserList = implode(',', GeneralUtility::intExplode(',', $backendUserList)); $backendUsers = BackendUtility::getUserNames( - 'username, uid, email, realName', + 'username, uid, email, realName, lang, uc', 'AND uid IN (' . $backendUserList . ')' . BackendUtility::BEenableFields('be_users') );