Fix adherent class mistake
This commit is contained in:
parent
5d8e541292
commit
e76f997ded
@ -1103,7 +1103,7 @@ class Adherent extends CommonObject
|
|||||||
if (count($extralabels)>0) {
|
if (count($extralabels)>0) {
|
||||||
$this->fetch_optionals($this->id,$extralabels);
|
$this->fetch_optionals($this->id,$extralabels);
|
||||||
}
|
}
|
||||||
$result=$this->fetch_optionals($this->id);
|
|
||||||
// Load other properties
|
// Load other properties
|
||||||
$result=$this->fetch_subscriptions();
|
$result=$this->fetch_subscriptions();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user