Skip to content

Commit

Permalink
* [MOD] Improved LDAP import message when no user was found. Thanks to
Browse files Browse the repository at this point in the history
…@Mandretti for the feedback

+ [MOD] Update build number
  • Loading branch information
nuxsmin committed Jan 26, 2017
1 parent f3d9aea commit 97ec001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/SP/Mgmt/Users/UserLdapSync.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static function run()
$LogMessage->addDescription(__('No se encontraron objetos para sincronizar', false));
$Log->writeLog();

return false;
return true;
}

$LogMessage->addDescription(__('Sincronización finalizada', false));
Expand Down
2 changes: 1 addition & 1 deletion inc/SP/Util/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ public static function getAppInfo($index = null)
*/
public static function getVersion($retBuild = false)
{
$build = '17012501';
$build = '17012601';
$version = [2, 0, 0];

if ($retBuild) {
Expand Down

0 comments on commit 97ec001

Please sign in to comment.