diff options
Diffstat (limited to 'library/SSRS/Soap/ServerException.php')
-rw-r--r-- | library/SSRS/Soap/ServerException.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/SSRS/Soap/ServerException.php b/library/SSRS/Soap/ServerException.php index 7d71d10..a11bd57 100644 --- a/library/SSRS/Soap/ServerException.php +++ b/library/SSRS/Soap/ServerException.php @@ -9,7 +9,7 @@ class ServerException extends \Exception { public $faultactor; static function fromResponse($string) { - $xml = new SimpleXMLElement($string); + $xml = new \SimpleXMLElement($string); $ns = $xml->getNamespaces(true); $soap = $xml->children($ns['soap']); |