diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index d43a139c6c7..4f0d2caa430 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -357,7 +357,7 @@ class Adherent extends CommonObject public function __construct($db) { $this->db = $db; - $this->statut = self::STATUS_DRAFT; + $this->statut = self::STATUS_DRAFT; $this->status = $this->statut; // l'adherent n'est pas public par defaut $this->public = 0;