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>2014-09-08 14:08:40 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-08 14:08:40 +0400
commitdd0d8502de32093c145f5936ef60b7d56d5f56ff (patch)
treec4fe436d4a73f41e8fd8a4e073e0d530dcb5d823 /libs
parentbd4a852865bec54d4260f4c32a0281443b5ab863 (diff)
Refs #3490 Docs, and fix a few tests, more to come
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 8583ee1e06..c6629d4473 100644
--- a/libs/PiwikTracker/PiwikTracker.php
+++ b/libs/PiwikTracker/PiwikTracker.php
@@ -948,7 +948,7 @@ class PiwikTracker
}
/**
- * The User ID is a string representing a given user in your system.
+ * Force the action to be recorded for a specific User. The User ID is a string representing a given user in your system.
*
* A User ID can be a username, UUID or an email address, or any number or string that uniquely identifies a user or client.
*