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:
authormattpiwik <matthieu.aubry@gmail.com>2008-05-22 00:11:25 +0400
committermattpiwik <matthieu.aubry@gmail.com>2008-05-22 00:11:25 +0400
commit7a477a00a9f9cc545688c832fede9133aed5b96b (patch)
tree0212420b1b757ea25dd3632e3200e0306db38827 /modules/LogStats.php
parent773814542ce001bea40b4f176ef43c6dfac6c3c6 (diff)
- fixing bug in Provider plugin
git-svn-id: http://dev.piwik.org/svn/trunk@490 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'modules/LogStats.php')
-rw-r--r--modules/LogStats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/LogStats.php b/modules/LogStats.php
index 6e07bc6ba4..b16b9d6b07 100644
--- a/modules/LogStats.php
+++ b/modules/LogStats.php
@@ -168,7 +168,7 @@ class Piwik_LogStats
* Returns the LogStats_Visit object.
* This method can be overwritten so that we use a different LogStats_Visit object
*
- * @return LogStats_Visit
+ * @return Piwik_LogStats_Visit
*/
protected function getNewVisitObject()
{