can use $conf->member
This commit is contained in:
parent
f6e7285949
commit
d2f7d3064d
@ -851,6 +851,10 @@ class Conf
|
|||||||
if (isset($this->projet) && !isset($this->project)) {
|
if (isset($this->projet) && !isset($this->project)) {
|
||||||
$this->project = $this->projet;
|
$this->project = $this->projet;
|
||||||
}
|
}
|
||||||
|
// member is new use, adherent is old use still initialised
|
||||||
|
if (isset($this->adherent) && !isset($this->member)) {
|
||||||
|
$this->member = $this->adherent;
|
||||||
|
}
|
||||||
|
|
||||||
// Object $mc
|
// Object $mc
|
||||||
if (!defined('NOREQUIREMC') && !empty($this->multicompany->enabled)) {
|
if (!defined('NOREQUIREMC') && !empty($this->multicompany->enabled)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user