]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/mailer/class_BaseMailer.php
Fixed parser error ...
[core.git] / inc / classes / main / mailer / class_BaseMailer.php
index cd2de7ab3b2228fe9ee33581b8588c113508e27a..709945e4b44c3f586c35f67c5fd2fbc569d310bb 100644 (file)
@@ -162,7 +162,7 @@ class BaseMailer extends BaseFrameworkSystem {
                $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