MDL-16286 minor formatting adjustment

Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
This commit is contained in:
peterbulmer 2008-09-28 03:45:22 +00:00
parent 4f2503ba9e
commit 8263d8d7ca

View File

@ -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);