From e76f997ded5c542350bdf935bd01044ac30a0ccd Mon Sep 17 00:00:00 2001 From: fhenry Date: Fri, 26 Apr 2013 16:53:22 +0200 Subject: [PATCH] Fix adherent class mistake --- htdocs/adherents/class/adherent.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/adherents/class/adherent.class.php b/htdocs/adherents/class/adherent.class.php index e405b9a4a2c..b98b34ded05 100644 --- a/htdocs/adherents/class/adherent.class.php +++ b/htdocs/adherents/class/adherent.class.php @@ -1103,7 +1103,7 @@ class Adherent extends CommonObject if (count($extralabels)>0) { $this->fetch_optionals($this->id,$extralabels); } - $result=$this->fetch_optionals($this->id); + // Load other properties $result=$this->fetch_subscriptions();