admin/uploaduser.php: Fixed not enrolling user into course if user already exists
Author: Patrick Li <[email protected]> Committer: Luke Hudson <[email protected]>
This commit is contained in:
@@ -264,7 +264,6 @@ if ($um->preprocess_files() && confirm_sesskey()) {
|
||||
//This can be used to obtain a list of userids for existing users
|
||||
notify("$user->id ".get_string('usernotaddedregistered', 'error', $username));
|
||||
$userserrors++;
|
||||
continue;
|
||||
}
|
||||
|
||||
} else { // new user
|
||||
|
||||
Reference in New Issue
Block a user