Transform email header string to header array & replace it at various situations.

This commit is contained in:
Philipp 2020-09-19 20:14:55 +02:00
parent a6bdb8b742
commit 874cef6a19
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
2 changed files with 7 additions and 4 deletions

View file

@ -54,6 +54,6 @@ class SecureTestEmail extends Email
parent::__construct($sitename, $sender_email, $sender_email, $a->user['email'],
$subject, "<p>{$message}</p>", $message,
'', local_user());
[], local_user());
}
}