Skip to content
Snippets Groups Projects
Commit fae29552 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Add usage of the subjects, waiting for Torstens commit

parent d7e2892b
No related branches found
No related tags found
No related merge requests found
......@@ -144,11 +144,13 @@ class MailController extends ActionController {
}
$this->view->assign(
'subjectLeft', $templateLeft !== NULL ? $templateLeft->getSubject() : ''
'subjectLeft', $templateLeft !== NULL ? $templateLeft->getSubject() :
$registerArray[$selectedExtension][$selectedTemplate]['subjects'][$selectedLanguageLeft]
);
$this->view->assign(
'subjectRight', $templateRight !== NULL ? $templateRight->getSubject() : ''
'subjectRight', $templateRight !== NULL ? $templateRight->getSubject() :
$registerArray[$selectedExtension][$selectedTemplate]['subjects'][$selectedLanguageRight]
);
$this->view->assign('selectedTemplate', $selectedTemplateArray);
......
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