Skip to content
Snippets Groups Projects
Commit af396ea5 authored by Paul Ilea's avatar Paul Ilea
Browse files

[BUGFIX] Subject fallback fix

parent 0527ba3d
No related branches found
No related tags found
1 merge request!7Featture forms integration
...@@ -339,7 +339,7 @@ class MailTemplateService { ...@@ -339,7 +339,7 @@ class MailTemplateService {
} }
} }
if ($subject === '' || $subject === NULL) { if ($this->subject !== '' && $this->subject !== NULL) {
$subject = $this->subject; $subject = $this->subject;
} }
......
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