From db70762f01259705b939ab6909609bfd7152785b Mon Sep 17 00:00:00 2001 From: ethem Date: Mon, 24 Apr 2006 16:31:02 +0000 Subject: [PATCH] $CFG removed --- enrol/authorize/enrol.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/enrol/authorize/enrol.php b/enrol/authorize/enrol.php index 67b3bd7d07..d0e034a159 100755 --- a/enrol/authorize/enrol.php +++ b/enrol/authorize/enrol.php @@ -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)) { -- 2.39.5