mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
mnet: fix a merge-related typo
This commit is contained in:
parent
357f08fa49
commit
5f88a475c5
@ -66,7 +66,7 @@ class login_signup_form_1 extends moodleform {
|
||||
|
||||
$authplugin = get_auth_plugin($CFG->auth);
|
||||
|
||||
if (record_exists('user', 'username', $data['username'], 'mnethostid', $CFG->mnet_localhost_id))){
|
||||
if (record_exists('user', 'username', $data['username'], 'mnethostid', $CFG->mnet_localhost_id)) {
|
||||
$errors['username'] = get_string('usernameexists');
|
||||
} else {
|
||||
if (empty($CFG->extendedusernamechars)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user