[TASK] Get extension name from controller context
This commit is contained in:
parent
092d9dadbd
commit
cec4ab291e
@ -357,7 +357,9 @@ class ActionController extends BaseController
|
|||||||
{
|
{
|
||||||
return LocalizationUtility::translate(
|
return LocalizationUtility::translate(
|
||||||
$key,
|
$key,
|
||||||
'fes_garbagedumps', //TODO: Replace me
|
GeneralUtility::camelCaseToLowerCaseUnderscored(
|
||||||
|
$this->extensionName
|
||||||
|
),
|
||||||
$arguments
|
$arguments
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user