]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19788 fix unknown $OUTPUT variable
authorjerome <jerome>
Thu, 3 Sep 2009 07:50:47 +0000 (07:50 +0000)
committerjerome <jerome>
Thu, 3 Sep 2009 07:50:47 +0000 (07:50 +0000)
auth/db/config.html

index b78643342f8028dd3854433804c3074e24cba29f..86be9cb784801bc91ab7091360e1df27d82388f4 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-
+    global $OUTPUT;
     // set to defaults if undefined
     if (!isset($config->host)) {
         $config->host = 'localhost';