From a0ce768662bea281f88fb64b90a9fca4d668fd41 Mon Sep 17 00:00:00 2001 From: sgiehl Date: Mon, 12 Jan 2015 23:13:14 +0100 Subject: refs #3962 - moved language reports to their own plugin --- plugins/Resolution/Reports/Base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Resolution') 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) -- cgit v1.2.3