MDL-16286 minor formatting adjustment
Author: Peter Bulmer <[email protected]>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user