]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-16286 minor formatting adjustment
authorpeterbulmer <peterbulmer>
Sun, 28 Sep 2008 03:45:22 +0000 (03:45 +0000)
committerpeterbulmer <peterbulmer>
Sun, 28 Sep 2008 03:45:22 +0000 (03:45 +0000)
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>

mnet/xmlrpc/client.php

index d6d5936814cf73ef6b7fa08d0aaf396abfcba6e0..c2ecfdf454f766db7718bd485d0fa6b805160dfa 100644 (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);