Changeset 1011

Show
Ignore:
Timestamp:
11/09/07 10:44:37 (1 year ago)
Author:
richi
Message:

fixed bug (wrong variable naming)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/service/soap/native/stubNativeSoapClient.php

    r998 r1011  
    117117                           ); 
    118118        if (is_soap_fault($result) === true) { 
    119             throw new stubSoapException(new stubSoapFault($result->faultCode, 
    120                                                           $result->faultString, 
    121                                                           $result->faultActor, 
     119            throw new stubSoapException(new stubSoapFault($result->faultcode, 
     120                                                          $result->faultstring, 
     121                                                          $result->faultactor, 
    122122                                                          $result->detail 
    123123                                            )