mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 06:21:28 +01:00
Add protection on upload if file already exists
This commit is contained in:
@@ -277,7 +277,7 @@ class Ldap
|
||||
{
|
||||
$this->error='Failed to connect to LDAP';
|
||||
$return=-1;
|
||||
dolibarr_syslog("Ldap::connect_bind return=".$return, LOG_WARN);
|
||||
dolibarr_syslog("Ldap::connect_bind return=".$return, LOG_WARNING);
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user