Merge pull request #1479 from ndrosis/patch-1

Update user.class.php
This commit is contained in:
Laurent Destailleur 2014-03-15 17:21:12 +01:00
commit bba7778a36

View File

@ -1496,7 +1496,7 @@ class User extends CommonObject
$outputlangs->load("users");
$outputlangs->load("other");
$subject = $outputlangs->trans("SubjectNewPassword");
$subject = $outputlangs->transnoentitiesnoconv("SubjectNewPassword");
// Define $urlwithroot
//$urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',trim($dolibarr_main_url_root));