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/core/API
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-03 04:05:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-03 04:05:05 +0400
commit217b22b3309364edc4231218f52983165dd304e1 (patch)
tree0e910d682418913dc403ce5c0b7fc1c6f4c152ee /core/API
parent416a911a45e17b44d3f1496ae0bfe78aee937327 (diff)
Fixes #4609 Removing last mentions of Piwik_ -- Looking sharp now!
Diffstat (limited to 'core/API')
-rw-r--r--core/API/Proxy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/API/Proxy.php b/core/API/Proxy.php
index d3af45eec7..99bb9a0853 100644
--- a/core/API/Proxy.php
+++ b/core/API/Proxy.php
@@ -324,7 +324,7 @@ class Proxy extends Singleton
}
/**
- * Returns the 'moduleName' part of 'Piwik_moduleName_API' classname
+ * Returns the 'moduleName' part of '\\Piwik\\Plugins\\moduleName\\API'
*
* @param string $className "API"
* @return string "Referrers"