This commit is contained in:
Roly Rudy Gutierrez Pinto
2018-01-25 08:30:55 -04:00
committed by Paula Quispe
parent 726c7af619
commit f71f6f970e

View File

@@ -30,6 +30,9 @@ if ($userExists === true && $userData['USR_EMAIL'] != '' && $userData['USR_EMAIL
$oUserProperty = $oUserProperty->update($aUserPropertyData);
}
if (!isset($sFrom)) {
$sFrom = '';
}
$sFrom = G::buildFrom($aSetup, $sFrom);
$sSubject = G::LoadTranslation('ID_RESET_PASSWORD') . ' - ProcessMaker';