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

Commit 19560b1

Browse files
committed
Merge remote-tracking branch 'mabe/cache_beta2' into feature/cache_beta2
Conflicts: library/Zend/Cache/Storage/Adapter/Apc.php tests/Zend/Cache/Storage/TestAsset/MockPlugin.php tests/Zend/Cache/StorageFactoryTest.php
25 parents 48704a6 + 3ed141c + a79cdbd + 73871a0 + 47d468d + 538d0f4 + b5ad75a + 2363c4f + 91c2337 + 04dcb58 + 906c7b6 + 0da7bb6 + 0270a77 + 6784c86 + 90d950a + 3b5ea7f + 339830e + b04f4d5 + 8da9d32 + 0e2a882 + f0829e4 + c66d3bb + c44c042 + e2121f5 + adba36a commit 19560b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public function doRequest($request, $response = null)
249249

250250
$xml = $this->_lastRequest->__toString();
251251
$http->setRawBody($xml);
252-
$httpResponse = $http->setMethod('post')->send();
252+
$httpResponse = $http->setMethod('POST')->send();
253253

254254
if (!$httpResponse->isSuccess()) {
255255
/**

0 commit comments

Comments
 (0)