Skip to content

Commit

Permalink
Merge pull request #1 from weianguo/patch-1
Browse files Browse the repository at this point in the history
Update PSWebServiceLibrary.php
  • Loading branch information
Jérôme Nadaud committed May 12, 2015
2 parents 635971c + 3f19ef1 commit 432608f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PSWebServiceLibrary.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ protected function parseXML($response)
if ($response != '')
{
libxml_use_internal_errors(true);
$xml = simplexml_load_string($response);
$xml = simplexml_load_string($response,'SimpleXMLElement', LIBXML_NOCDATA);
if (libxml_get_errors())
{
$msg = var_export(libxml_get_errors(), true);
Expand Down

0 comments on commit 432608f

Please sign in to comment.