|
@@ -122,12 +122,10 @@ class AdherentType extends CommonObject
|
|
public $members = array();
|
|
public $members = array();
|
|
|
|
|
|
/** @var string string other */
|
|
/** @var string string other */
|
|
- public $other;
|
|
|
|
|
|
+ public $other = array();
|
|
|
|
|
|
public $multilangs = array();
|
|
public $multilangs = array();
|
|
|
|
|
|
- public $other = array();
|
|
|
|
-
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
* Constructor
|
|
* Constructor
|