Finished sending of Preordernotifications
This commit is contained in:
@@ -80,7 +80,7 @@ class Emailnotification {
|
||||
return false;
|
||||
}
|
||||
|
||||
if(!$this->headers['Subject']) {
|
||||
if(!array_key_exists("Subject", $this->headers) || !$this->headers['Subject']) {
|
||||
$this->setHeader("Subject", $this->subject);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user