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:
authorsgiehl <stefan@piwik.org>2015-01-14 23:56:06 +0300
committersgiehl <stefan@piwik.org>2015-01-14 23:56:06 +0300
commita778ac88c864bdaaa205fbfccdbc409b5d1de443 (patch)
tree06eb269323d28b5db0915456bc8fd3621756d6df /core/Archive.php
parentf4fc940f2c37c1ab8178e50b15b5479e2aef5261 (diff)
removed several occurences of UserSettings plugin
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index ae62f5edfb..3a41bf9d7d 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -828,7 +828,7 @@ class Archive
/**
* Returns the name of the plugin that archives a given report.
*
- * @param string $report Archive data name, eg, `'nb_visits'`, `'UserSettings_...'`, etc.
+ * @param string $report Archive data name, eg, `'nb_visits'`, `'DevicesDetection_...'`, etc.
* @return string Plugin name.
* @throws \Exception If a plugin cannot be found or if the plugin for the report isn't
* activated.