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:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-31 00:49:14 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-31 00:49:14 +0400
commitf64c76243d0aa651faa230e37d63b61b63aa5cfe (patch)
tree9b90d1bd47259b17e0c28332603a18ef089ea8b9 /core/View
parent5e39f1cebcf7453047cb7b7712342f0dd4ae7be2 (diff)
Rename report template file names in camelCase
Diffstat (limited to 'core/View')
-rw-r--r--core/View/ReportsByDimension.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/View/ReportsByDimension.php b/core/View/ReportsByDimension.php
index 3cd06b53dc..39da988de2 100644
--- a/core/View/ReportsByDimension.php
+++ b/core/View/ReportsByDimension.php
@@ -10,7 +10,7 @@
*/
/**
- * A facade that makes it easier to use the 'reports_by_dimension.twig' template.
+ * A facade that makes it easier to use the '_reportsByDimension.twig' template.
*
* This view will output HTML that displays a list of report names by category and
* loads them by AJAX when clicked. The loaded report is displayed to the right
@@ -23,7 +23,7 @@ class Piwik_View_ReportsByDimension extends Piwik_View
*/
public function __construct()
{
- parent::__construct('@CoreHome/ReportsByDimension/reports_by_dimension');
+ parent::__construct('@CoreHome/ReportsByDimension/_reportsByDimension');
$this->dimensionCategories = array();
}