]> git.mjollnir.org Git - moodle.git/commitdiff
output MDL-19788 fix missing global $OUTPUT
authorjerome <jerome>
Tue, 29 Sep 2009 06:04:59 +0000 (06:04 +0000)
committerjerome <jerome>
Tue, 29 Sep 2009 06:04:59 +0000 (06:04 +0000)
auth/mnet/config.html

index a3be45298280eedd913b95bae1f2010d40b2ae75..c0f32f64ef51b3530062396c598e51ef60f49d6c 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-
+global $OUTPUT;
 // set to defaults if undefined
 if (!isset($config->rpc_negotiation_timeout)) {
     $config->rpc_negotiation_timeout = '30';