mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-16286 minor formatting adjustment
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
This commit is contained in:
parent
4f2503ba9e
commit
8263d8d7ca
@ -124,7 +124,7 @@ class mnet_xmlrpc_client {
|
||||
function send($mnet_peer) {
|
||||
global $CFG, $MNET, $DB;
|
||||
|
||||
$this->uri = $mnet_peer->wwwroot.$mnet_peer->application->xmlrpc_server_url;
|
||||
$this->uri = $mnet_peer->wwwroot . $mnet_peer->application->xmlrpc_server_url;
|
||||
|
||||
// Initialize with the target URL
|
||||
$ch = curl_init($this->uri);
|
||||
|
Loading…
x
Reference in New Issue
Block a user