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