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 'core/View/ReportsByDimension.php')
-rw-r--r--core/View/ReportsByDimension.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index 69ac869eb8..b394736271 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.php
@@ -8,6 +8,8 @@
* @category Piwik
* @package SmartyPlugins
*/
+namespace Piwik\View;
+
use Piwik\FrontController;
use Piwik\View;
use Piwik\Url;
@@ -19,7 +21,7 @@ use Piwik\Url;
* loads them by AJAX when clicked. The loaded report is displayed to the right
* of the report listing.
*/
-class Piwik_View_ReportsByDimension extends View
+class ReportsByDimension extends View
{
/**
* Constructor.