Merge branch '9.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2019-02-08 14:59:07 +01:00
commit f333fb3b7d

View File

@ -479,7 +479,10 @@ if ($action == 'confirm_valid')
$error++; $error++;
setEventMessages(null, $object->errors, 'errors'); setEventMessages(null, $object->errors, 'errors');
} }
}
if (! $error)
{
// To // To
$destinataire = new User($db); $destinataire = new User($db);
$destinataire->fetch($object->fk_user); $destinataire->fetch($object->fk_user);