* [FIX] Fixed issue when logging an event from the LDAP module. Solves #386. Thanks to @MAndretti for the feedback

This commit is contained in:
nuxsmin
2017-01-26 12:37:04 +01:00
parent 3f2ad7b5d7
commit 86e8c7d701

View File

@@ -431,7 +431,7 @@ abstract class LdapBase implements LdapInterface, AuthInterface
if (!$this->searchBase || !$this->server || !$this->bindDn || !$this->bindPass) {
$this->LogMessage->setAction(__FUNCTION__);
$this->LogMessage->setDescription(__('Los parámetros de LDAP no están configurados', false));
$this->LogMessage->addDescription(__('Los parámetros de LDAP no están configurados', false));
$this->writeLog();
return false;