]> git.mjollnir.org Git - moodle.git/commitdiff
Missing global $DB; causing fatal error.
authortjhunt <tjhunt>
Wed, 10 Sep 2008 06:21:27 +0000 (06:21 +0000)
committertjhunt <tjhunt>
Wed, 10 Sep 2008 06:21:27 +0000 (06:21 +0000)
enrol/ldap/config.html

index 5bbb1f5c02361a0291b9bcda875c82d8c7da11f1..832338f8a9a911dc9aa84b88481c6d87da984f84 100755 (executable)
@@ -1,4 +1,5 @@
 <?php // initialize variables
+global $DB;
 
 // general
 if (!isset ($frm->enrol_ldap_host_url)) {