mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
output MDL-19788 fix missing global $OUTPUT
This commit is contained in:
parent
4acb204c7d
commit
1a434a4113
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
global $OUTPUT;
|
||||
// set to defaults if undefined
|
||||
if (!isset($config->rpc_negotiation_timeout)) {
|
||||
$config->rpc_negotiation_timeout = '30';
|
||||
|
Loading…
x
Reference in New Issue
Block a user