mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
admin/uploaduser.php: Fixed not enrolling user into course if user already exists
Author: Patrick Li <patrick@catalyst.net.nz> Committer: Luke Hudson <luke@catalyst.net.nz>
This commit is contained in:
parent
6bed4299ce
commit
1a82ce5dab
@ -268,7 +268,6 @@ if ($um->preprocess_files() && confirm_sesskey()) {
|
||||
//This can be used to obtain a list of userids for existing users
|
||||
notify("$olduser->id ".get_string('usernotaddedregistered', 'error', $username));
|
||||
$userserrors++;
|
||||
continue;
|
||||
}
|
||||
|
||||
} else { // new user
|
||||
|
Loading…
x
Reference in New Issue
Block a user