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:25:18 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-24 06:25:18 +0400
commitcfd8bf0bb67b352d60b6287b3755cf9048d9c903 (patch)
tree7dfc21262feb9c05436122feb96a9e9472a97151 /libs
parenta24ff9191dba30a3513009850db5f6cfe87a1dc0 (diff)
this should help unless it's really broken
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 75677c2919..e3b2491c92 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 disableCookies()
+ public function disableCookiesSupport()
{
$this->configCookiesDisabled = true;
}