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

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2 into cach…
Browse files Browse the repository at this point in the history
…e_beta2

Conflicts:
	library/Zend/Cache/Cache.php
  • Loading branch information
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
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 adba36a

Please sign in to comment.