Skip to content
Snippets Groups Projects
Commit 9fef9061 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX pb with sendmail without subject

parent 0294a891
No related branches found
No related tags found
No related merge requests found
......@@ -719,7 +719,7 @@ class htmlMimeMail
case 'mail':
$subject = '';
if (!empty($this->headers['Subject'])) {
$subject = $this->_encodeHeader($this->header['Subject'], $this->build_params['head_charset']);
$subject = $this->_encodeHeader($this->headers['Subject'], $this->build_params['head_charset']);
unset($this->headers['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