Suppression slash inutile dans le mail
This commit is contained in:
parent
6ca81d8892
commit
15c1278713
@ -629,7 +629,7 @@ class User
|
|||||||
if ($this->db->affected_rows())
|
if ($this->db->affected_rows())
|
||||||
{
|
{
|
||||||
$mesg = "Login : $this->login\nMot de passe : $password\n";
|
$mesg = "Login : $this->login\nMot de passe : $password\n";
|
||||||
$mesg .= "URL : http://". $GLOBALS["HTTP_HOST"] . "/" . DOL_URL_ROOT;
|
$mesg .= "URL : http://". $GLOBALS["HTTP_HOST"] . DOL_URL_ROOT;
|
||||||
if (mail($this->email, "Mot de passe Dolibarr", $mesg))
|
if (mail($this->email, "Mot de passe Dolibarr", $mesg))
|
||||||
{
|
{
|
||||||
return 1;
|
return 1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user