Skip to content
Snippets Groups Projects
Commit e4dd0208 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix bad concat

parent af407a09
No related branches found
No related tags found
No related merge requests found
......@@ -1126,7 +1126,7 @@ class SMTPs
$host=preg_replace('@tcp://@i','',$host); // Remove prefix
$host=preg_replace('@ssl://@i','',$host); // Remove prefix
$host.=dol_getprefix().'-'.$host;
$host=dol_getprefix().'-'.$host;
//NOTE: Message-ID should probably contain the username of the user who sent the msg
$_header .= 'Subject: ' . $this->getSubject() . "\r\n";
......
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