Fixing style errors.
This commit is contained in:
parent
6b3024b153
commit
95389b4f57
@ -357,7 +357,7 @@ class Adherent extends CommonObject
|
|||||||
public function __construct($db)
|
public function __construct($db)
|
||||||
{
|
{
|
||||||
$this->db = $db;
|
$this->db = $db;
|
||||||
$this->statut = self::STATUS_DRAFT;
|
$this->statut = self::STATUS_DRAFT;
|
||||||
$this->status = $this->statut;
|
$this->status = $this->statut;
|
||||||
// l'adherent n'est pas public par defaut
|
// l'adherent n'est pas public par defaut
|
||||||
$this->public = 0;
|
$this->public = 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user