fix: repetition

This commit is contained in:
Abbes Bahfir 2019-09-11 18:42:46 +01:00
parent 6d20a656bb
commit 797bab4741

View File

@ -609,7 +609,7 @@ class Ldap
} }
if ($result <= 0) if ($result <= 0)
{ {
$this->error = ldap_errno($this->connection)." ".ldap_error($this->connection)." ".$this->error; $this->error = ldap_errno($this->connection)." ".$this->error;
dol_syslog(get_class($this)."::update ".$this->error, LOG_ERR); dol_syslog(get_class($this)."::update ".$this->error, LOG_ERR);
//print_r($info); //print_r($info);
return -1; return -1;