]> git.mjollnir.org Git - moodle.git/commitdiff
mnet: fixed merge typo
authormartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:26:24 +0000 (03:26 +0000)
committermartinlanghoff <martinlanghoff>
Thu, 4 Jan 2007 03:26:24 +0000 (03:26 +0000)
lib/moodlelib.php

index f271cdfa1f2fa30ff196e498df3c03aa4896d1c2..1866421d9388c609c62487ab70ae4448a8ad8b98 100644 (file)
@@ -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.