Skip to content
Snippets Groups Projects
Commit 5f478114 authored by Torsten Oppermann's avatar Torsten Oppermann
Browse files

[TASK] Fixing exxtension keyin language identifier

parent 6e17d114
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ class MailTemplateService {
* @return array
*/
public static function getDefaultTemplateMarker($translationKey, array $marker, $extensionKey = 'sg_mail') {
$languagePath = 'LLL:EXT:sg_register/Resources/Private/Language/locallang.xlf:' . $translationKey;
$languagePath = 'LLL:EXT:' . $extensionKey . '/Resources/Private/Language/locallang.xlf:' . $translationKey;
// Need the key for translations
if (trim($extensionKey) === '') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment