Skip to content

Commit

Permalink
Lib nusoap
Browse files Browse the repository at this point in the history
  • Loading branch information
dschaulet committed Jan 15, 2018
1 parent 5300dbf commit c49d522
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nusoap.php
Original file line number Diff line number Diff line change
Expand Up @@ -3471,7 +3471,7 @@ function getCookiesForRequest($cookies, $secure=false) {
* @version $Id: nusoap.php,v 1.123 2010/04/26 20:15:08 snichol Exp $
* @access public
*/
class nusoap_server extends nusoap_base {
class nusoapServer extends nusoap_base {
/**
* HTTP headers of request
* @var array
Expand Down Expand Up @@ -3628,7 +3628,7 @@ class nusoap_server extends nusoap_base {
* @param mixed $wsdl file path or URL (string), or wsdl instance (object)
* @access public
*/
function nusoap_server($wsdl=false){
function nusoapServer($wsdl=false){
parent::nusoap_base();
// turn on debugging?
global $debug;
Expand Down Expand Up @@ -4578,7 +4578,7 @@ function configureWSDL($serviceName,$namespace = false,$endpoint = false,$style=
/**
* Backward compatibility
*/
class soap_server extends nusoap_server {
class soap_server extends nusoapServer {
}

?><?php
Expand Down

0 comments on commit c49d522

Please sign in to comment.