From 54e572b94fae7c0642b0a37ac88c42789f9e771a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 21 May 2022 10:25:20 +0200 Subject: [PATCH] Fix --- htdocs/adherents/class/adherent_type.class.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/htdocs/adherents/class/adherent_type.class.php b/htdocs/adherents/class/adherent_type.class.php index f73ff9bf451..3f857ce827b 100644 --- a/htdocs/adherents/class/adherent_type.class.php +++ b/htdocs/adherents/class/adherent_type.class.php @@ -122,12 +122,10 @@ class AdherentType extends CommonObject public $members = array(); /** @var string string other */ - public $other; + public $other = array(); public $multilangs = array(); - public $other = array(); - /** * Constructor