]> git.mjollnir.org Git - moodle.git/commitdiff
auth-db MDL-20530 Fixed fatal error because of missing include in external db authent...
authorsamhemelryk <samhemelryk>
Tue, 13 Oct 2009 02:44:13 +0000 (02:44 +0000)
committersamhemelryk <samhemelryk>
Tue, 13 Oct 2009 02:44:13 +0000 (02:44 +0000)
auth/db/auth.php

index a88a9f50b66f8ec73ecf3bbcb35174deaca1dcf8..b23b65ce32efd233c86ca34879535a23cfe4a691 100644 (file)
@@ -17,6 +17,7 @@ if (!defined('MOODLE_INTERNAL')) {
 }
 
 require_once($CFG->libdir.'/authlib.php');
+require_once($CFG->libdir.'/adodb/adodb.inc.php');
 
 /**
  * External database authentication plugin.