Signed-off-by: Roland Häder <roland@mxchange.org>
$templateName = $this->getTemplateName();
// Does the subject line exist?
$templateName = $this->getTemplateName();
// Does the subject line exist?
- if ((!empty($templateName)) && ($this->isGenericArrayElementSet('recipients', $templateName, 'generic', 'subject']))) {
+ if ((!empty($templateName)) && ($this->isGenericArrayElementSet('recipients', $templateName, 'generic', 'subject'))) {
// Then use it
$subjectLine = $this->getGenericArrayElement('recipients', $templateName, 'generic', 'subject');
} // END - if
// Then use it
$subjectLine = $this->getGenericArrayElement('recipients', $templateName, 'generic', 'subject');
} // END - if