Fixing style errors.

This commit is contained in:
stickler-ci 2021-04-28 15:33:37 +00:00
parent 6b3024b153
commit 95389b4f57

View File

@ -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;