first commit symfony 6

This commit is contained in:
2022-07-21 16:33:00 +02:00
parent 7d0a07816c
commit 4cdabaa4e3
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class LdapService
}
public function isNine2Ldap() {
return ($this->connect()&&$this->appMasteridentity=="SQL"&&$this->synchro=="NINE2LDAP"&&$this->userwriter&&$this->baseorganisation&&$this->baseniveau01&&$this->baseniveau02&&$this->basegroup&&$this->baseuser);
return ($this->appMasteridentity=="SQL"&&$this->synchro=="NINE2LDAP"&&$this->userwriter&&$this->baseorganisation&&$this->baseniveau01&&$this->baseniveau02&&$this->basegroup&&$this->baseuser&&$this->connect());
}
public function connect() {