Update user.class.php
String translated twice
This commit is contained in:
parent
7a304bff62
commit
8ff0022a53
@ -1496,7 +1496,7 @@ class User extends CommonObject
|
|||||||
$outputlangs->load("users");
|
$outputlangs->load("users");
|
||||||
$outputlangs->load("other");
|
$outputlangs->load("other");
|
||||||
|
|
||||||
$subject = $outputlangs->trans("SubjectNewPassword");
|
$subject = $outputlangs->transnoentitiesnoconv("SubjectNewPassword");
|
||||||
|
|
||||||
// Define $urlwithroot
|
// Define $urlwithroot
|
||||||
//$urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',trim($dolibarr_main_url_root));
|
//$urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',trim($dolibarr_main_url_root));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user