]> git.mjollnir.org Git - moodle.git/commitdiff
$CFG removed
authorethem <ethem>
Mon, 24 Apr 2006 16:31:02 +0000 (16:31 +0000)
committerethem <ethem>
Mon, 24 Apr 2006 16:31:02 +0000 (16:31 +0000)
enrol/authorize/enrol.php

index 67b3bd7d07337210e4d049ced72c47b5cce7178b..d0e034a159ae154c04b61fdb20230d936ee38826 100755 (executable)
@@ -413,7 +413,7 @@ class enrolment_plugin_authorize
         }
 
         if (empty($CFG->loginhttps)) {
-            notify('$CFG->loginhttps must be ON');
+            notify('loginhttps must be ON');
         }
 
         if (!empty($frm->an_review)) {