Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
[Soap] Document workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Dec 15, 2012
1 parent 95214da commit 0fe8dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public function __construct($doRequestCallback, $wsdl, $options)
*/
public function __doRequest($request, $location, $action, $version, $one_way = null)
{
// ltrim is a workaround for https://bugs.php.net/bug.php?id=63780
if ($one_way === null) {
return call_user_func($this->doRequestCallback, $this, ltrim($request), $location, $action, $version);
} else {
Expand Down

0 comments on commit 0fe8dfb

Please sign in to comment.