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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-24 06:41:56 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-24 06:41:56 +0400
commit3a4ae43e1d8e0ceb176a801893a0e388349132cc (patch)
tree21774b105256c9f9bcdb1c85e3d885d3d4b2a1d1 /libs
parent5c9e7e5b4026cd1e3da08636a8e541cf9d8c879c (diff)
Typo
Diffstat (limited to 'libs')
-rw-r--r--libs/PiwikTracker/PiwikTracker.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/PiwikTracker/PiwikTracker.php b/libs/PiwikTracker/PiwikTracker.php
index e3b2491c92..c2831496d7 100644
--- a/libs/PiwikTracker/PiwikTracker.php
+++ b/libs/PiwikTracker/PiwikTracker.php
@@ -977,7 +977,7 @@ class PiwikTracker
* from the request and write updated cookies in the response (using setrawcookie).
* This can be disabled by calling this function.
*/
- public function disableCookiesSupport()
+ public function disableCookieSupport()
{
$this->configCookiesDisabled = true;
}