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:
authorStefan Giehl <stefan.giehl@mayflower.de>2015-02-07 14:16:14 +0300
committerStefan Giehl <stefan.giehl@mayflower.de>2015-02-07 14:16:14 +0300
commit154ca61c48e91a9d896d1570ab44c73ee0234479 (patch)
treec425d9eb8a5e7150bc792e556ee214e31029f168 /plugins/Resolution
parent26d17da12dbc54e0ff8cd560a5af841e84b0bbce (diff)
parent211c34f5c11efd17b2e06c91f93e408ceca430da (diff)
Merge pull request #7021 from piwik/move_language_report
Moved language reports to their own plugin
Diffstat (limited to 'plugins/Resolution')
-rw-r--r--plugins/Resolution/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Resolution/Reports/Base.php b/plugins/Resolution/Reports/Base.php
index 4b0e9a5a42..259a164113 100644
--- a/plugins/Resolution/Reports/Base.php
+++ b/plugins/Resolution/Reports/Base.php
@@ -15,7 +15,7 @@ abstract class Base extends \Piwik\Plugin\Report
{
protected function init()
{
- $this->category = 'UserSettings_VisitorSettings';
+ $this->category = 'General_VisitorSettings';
}
protected function getBasicResolutionDisplayProperties(ViewDataTable $view)