[TASK] Fix error translation handling
This commit is contained in:
parent
7d627c2530
commit
cbae19302d
@ -354,9 +354,7 @@ class ActionController extends BaseController
|
|||||||
{
|
{
|
||||||
return LocalizationUtility::translate(
|
return LocalizationUtility::translate(
|
||||||
$key,
|
$key,
|
||||||
GeneralUtility::camelCaseToLowerCaseUnderscored(
|
$this->getExtensionKey(),
|
||||||
$this->extensionName
|
|
||||||
),
|
|
||||||
$arguments
|
$arguments
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user