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:
Diffstat (limited to 'plugins/UserLanguage/Reports/Base.php')
-rw-r--r--plugins/UserLanguage/Reports/Base.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UserLanguage/Reports/Base.php b/plugins/UserLanguage/Reports/Base.php
index 366521b16a..68e8a91b4b 100644
--- a/plugins/UserLanguage/Reports/Base.php
+++ b/plugins/UserLanguage/Reports/Base.php
@@ -15,6 +15,7 @@ abstract class Base extends \Piwik\Plugin\Report
{
protected function init()
{
- $this->category = 'General_VisitorSettings';
+ $this->categoryId = 'General_Visitors';
+ $this->subcategoryId = 'UserCountry_SubmenuLocations';
}
}