Skip to content

Commit

Permalink
Merge pull request #13 from allmightyspiff/issues12
Browse files Browse the repository at this point in the history
fixed ObjectMask header
  • Loading branch information
underscorephil committed Sep 25, 2015
2 parents a209af1 + f41cc9f commit 195bf11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SoapClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function setInitParameter($id)
public function setObjectMask($mask)
{
if (!is_null($mask)) {
$header = 'ObjectMask';
$header = 'SoftLayer_ObjectMask';

if ($mask instanceof ObjectMask) {
$header = sprintf('%sObjectMask', $this->_serviceName);
Expand Down

0 comments on commit 195bf11

Please sign in to comment.