mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
mnet: fixed merge typo
This commit is contained in:
parent
c72fe8018d
commit
63b1e3513b
1 changed files with 1 additions and 1 deletions
|
@ -1623,7 +1623,7 @@ function require_login($courseid=0, $autologinguest=true, $cm=null) {
|
|||
redirect($wwwroot .'/login/change_password.php');
|
||||
}
|
||||
} elseif($userauth->change_password_url()) {
|
||||
redirect($userauth->change_password_url();
|
||||
redirect($userauth->change_password_url());
|
||||
} else {
|
||||
error('You cannot proceed without changing your password.
|
||||
However there is no available page for changing it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue