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
path: root/core/View
diff options
context:
space:
mode:
Diffstat (limited to 'core/View')
-rw-r--r--core/View/ReportsByDimension.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index e02d428af6..a13ee95bb7 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.php
@@ -23,7 +23,7 @@ class Piwik_View_ReportsByDimension extends Piwik_View
*/
public function __construct()
{
- parent::__construct(PIWIK_INCLUDE_PATH . '/plugins/CoreHome/templates/reports_by_dimension.tpl');
+ parent::__construct('@CoreHome/reports_by_dimension');
$this->dimensionCategories = array();
}