From 8263d8d7ca5a9ab4804fb47ae4d1ae2adfb3b9aa Mon Sep 17 00:00:00 2001 From: peterbulmer Date: Sun, 28 Sep 2008 03:45:22 +0000 Subject: [PATCH] MDL-16286 minor formatting adjustment Author: Peter Bulmer --- mnet/xmlrpc/client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnet/xmlrpc/client.php b/mnet/xmlrpc/client.php index d6d5936814..c2ecfdf454 100644 --- a/mnet/xmlrpc/client.php +++ b/mnet/xmlrpc/client.php @@ -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); -- 2.39.5