Fix bug reported by scrutinizer

This commit is contained in:
Laurent Destailleur 2018-06-06 18:20:31 +02:00
parent 6e62727c37
commit f9a24c53c0

View File

@ -2568,7 +2568,7 @@ class Adherent extends CommonObject
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
$adherent = new Adherent($this->db);
$formmail=new FormMail($db);
$formmail = new FormMail($this->db);
$i=0;
$nbok = 0;