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

Commit

Permalink
Merge remote-tracking branch 'insekticid/xml-rpc'
Browse files Browse the repository at this point in the history
  • Loading branch information
akrabat committed Dec 6, 2011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ public function doRequest($request, $response = null)

$xml = $this->_lastRequest->__toString();
$http->setRawBody($xml);
$httpResponse = $http->setMethod('post')->send();
$httpResponse = $http->setMethod('POST')->send();

if (!$httpResponse->isSuccess()) {
/**
Expand Down

0 comments on commit f08a210

Please sign in to comment.