* [MOD] Improved LDAP import message when no user was found. Thanks to @MAndretti for the feedback

+ [MOD] Update build number
This commit is contained in:
nuxsmin
2017-01-26 16:14:05 +01:00
parent f3d9aea457
commit 97ec0014f6
2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,7 @@ class UserLdapSync
$LogMessage->addDescription(__('No se encontraron objetos para sincronizar', false));
$Log->writeLog();
return false;
return true;
}
$LogMessage->addDescription(__('Sincronización finalizada', false));

View File

@@ -368,7 +368,7 @@ class Util
*/
public static function getVersion($retBuild = false)
{
$build = '17012501';
$build = '17012601';
$version = [2, 0, 0];
if ($retBuild) {