Fixing style errors.

This commit is contained in:
stickler-ci 2020-01-27 09:58:18 +00:00
parent bcdf19f0ff
commit dc0237f0e1

View File

@ -1875,7 +1875,6 @@ class User extends CommonObject
// Crypt password
$password_crypted = dol_hash($password);
} else {
$password_crypted = $password_indatabase_crypted;
}