mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-19788 fix unknown $OUTPUT variable
This commit is contained in:
parent
3a008973b2
commit
1f9a0c9c01
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
global $OUTPUT;
|
||||
// set to defaults if undefined
|
||||
if (!isset($config->host)) {
|
||||
$config->host = 'localhost';
|
||||
|
Loading…
x
Reference in New Issue
Block a user