Laurent Destailleur 3 years ago
parent
commit
54e572b94f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      htdocs/adherents/class/adherent_type.class.php

+ 1 - 3
htdocs/adherents/class/adherent_type.class.php

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