output MDL-19788 fix missing global $OUTPUT

This commit is contained in:
jerome 2009-09-29 06:04:59 +00:00
parent 4acb204c7d
commit 1a434a4113

View File

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