*** empty log message ***
This commit is contained in:
parent
725605243f
commit
d3ef8b770a
@ -227,7 +227,7 @@ class User {
|
||||
if ($this->db->affected_rows())
|
||||
{
|
||||
$mesg = "Login : $this->login\nMot de passe : $password\n";
|
||||
$mesg .= "URL :$HTTP_HOST";
|
||||
$mesg .= "URL : http://". $GLOBALS["HTTP_HOST"];
|
||||
if (mail($this->email, "Mot de passe Dolibarr", $mesg))
|
||||
{
|
||||
return 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user