mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-9742 - changed tabs to spaces in a few places where there are one
or two
This commit is contained in:
parent
3ef1be377b
commit
a044c05ddb
24 changed files with 85 additions and 85 deletions
|
@ -2715,7 +2715,7 @@ function validate_internal_user_password(&$user, $password) {
|
|||
|
||||
$validated = false;
|
||||
|
||||
// get password original encoding in case it was not updated to unicode yet
|
||||
// get password original encoding in case it was not updated to unicode yet
|
||||
$textlib = textlib_get_instance();
|
||||
$convpassword = $textlib->convert($password, 'utf-8', get_string('oldcharset'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue