[CLEANUP] Code formatting
This commit is contained in:
parent
115ba55cd5
commit
52f18c53ea
@ -66,8 +66,11 @@ class TranslationUtility
|
||||
$extensionKey = 'site_templates';
|
||||
}
|
||||
$translation = LocalizationUtility::translate(
|
||||
'LLL:EXT:'. $extensionKey .
|
||||
'/Resources/Private/Language/locallang_db.xlf:'. $key);
|
||||
'LLL:EXT:'
|
||||
. $extensionKey
|
||||
. '/Resources/Private/Language/locallang_db.xlf:'
|
||||
. $key
|
||||
);
|
||||
return $translation;
|
||||
} else {
|
||||
if ($extensionKey) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user