Fix bug reported by scrutinizer
This commit is contained in:
parent
6e62727c37
commit
f9a24c53c0
@ -2568,7 +2568,7 @@ class Adherent extends CommonObject
|
|||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/class/html.formmail.class.php';
|
||||||
$adherent = new Adherent($this->db);
|
$adherent = new Adherent($this->db);
|
||||||
$formmail=new FormMail($db);
|
$formmail = new FormMail($this->db);
|
||||||
|
|
||||||
$i=0;
|
$i=0;
|
||||||
$nbok = 0;
|
$nbok = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user