mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
change class name soapclient to soap_client according to the nusoap.php in the lib/soap folder
This commit is contained in:
parent
d6af3cfab9
commit
407ed8c619
@ -148,7 +148,7 @@ function lams_get_soap_client($relativeurl) {
|
||||
return NULL;
|
||||
}
|
||||
$wsdl = $CFG->lams_serverurl.$relativeurl;
|
||||
$s = new soapclient($wsdl,true,false,false,false,false,2,3);
|
||||
$s = new soap_client($wsdl,true,false,false,false,false,2,3);
|
||||
return $s;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user