MDL-19788 fix unknown $OUTPUT variable

This commit is contained in:
jerome 2009-09-03 07:50:47 +00:00
parent 3a008973b2
commit 1f9a0c9c01

View File

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