mnet: fixed merge typo

This commit is contained in:
martinlanghoff 2007-01-04 03:26:24 +00:00
parent c72fe8018d
commit 63b1e3513b

View file

@ -1623,7 +1623,7 @@ function require_login($courseid=0, $autologinguest=true, $cm=null) {
redirect($wwwroot .'/login/change_password.php'); redirect($wwwroot .'/login/change_password.php');
} }
} elseif($userauth->change_password_url()) { } elseif($userauth->change_password_url()) {
redirect($userauth->change_password_url(); redirect($userauth->change_password_url());
} else { } else {
error('You cannot proceed without changing your password. error('You cannot proceed without changing your password.
However there is no available page for changing it. However there is no available page for changing it.