]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9053 - detect + fix broken $CFG->auth setting from the login page.
authorskodak <skodak>
Mon, 26 Mar 2007 19:00:51 +0000 (19:00 +0000)
committerskodak <skodak>
Mon, 26 Mar 2007 19:00:51 +0000 (19:00 +0000)
login/index.php

index 03068a6c9d689e8f2597de7d20745b60b3a3d75b..f1151ca17c82584094cf6ac6107ce1a3df4beb25 100644 (file)
@@ -76,7 +76,7 @@ $frm  = false;
 $user = false;
 
 foreach($authsequence as $authname) {
-    // manual and auth is not processed here
+    // manual and nologin is not processed here
     $authplugin = get_auth_plugin($authname);
     $authplugin->prelogin_hook();
 }