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
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-09-09 15:24:45 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-09 15:24:45 +0400
commitae317050324f12d9e0aac670059022a521f3bac5 (patch)
tree5f01ef676559d89af3fdff8ba2791628181a96a1 /libs/PiwikTracker
parentcba83cec9c3cdafd75004932b6768c48a15f116f (diff)
Fixes #6175
Diffstat (limited to 'libs/PiwikTracker')
-rw-r--r--libs/PiwikTracker/PiwikTracker.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/PiwikTracker/PiwikTracker.php b/libs/PiwikTracker/PiwikTracker.php
index c6629d4473..aec4d011a4 100644
--- a/libs/PiwikTracker/PiwikTracker.php
+++ b/libs/PiwikTracker/PiwikTracker.php
@@ -926,9 +926,6 @@ class PiwikTracker
* By default, Piwik will create a new visit if the last request by this user was more than 30 minutes ago.
* If you call setForceNewVisit() before calling doTrack*, then a new visit will be created for this request.
*
- * Allowed only for Super User, must be used along with setTokenAuth()
- *
- * @see setTokenAuth()
*/
public function setForceNewVisit()
{