Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libs/Zend
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2010-03-19 19:09:40 +0300
committerrobocoder <anthon.pang@gmail.com>2010-03-19 19:09:40 +0300
commit90253009082896dda76debbab696b63fa878e2d1 (patch)
treeab979780561154765a5eae56305639021b3badda /libs/Zend
parentf8416016255a0a7cad09df770515109a72d83e2f (diff)
fix newslines
git-svn-id: http://dev.piwik.org/svn/trunk@1953 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'libs/Zend')
-rw-r--r--libs/Zend/Http/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/Zend/Http/Client.php b/libs/Zend/Http/Client.php
index d765f51f65..b375ccd684 100644
--- a/libs/Zend/Http/Client.php
+++ b/libs/Zend/Http/Client.php
@@ -75,7 +75,7 @@ class Zend_Http_Client
const DELETE = 'DELETE';
const TRACE = 'TRACE';
const OPTIONS = 'OPTIONS';
- const CONNECT = 'CONNECT';
+ const CONNECT = 'CONNECT';
const MERGE = 'MERGE';
/**