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:
authorThomas Steur <thomas.steur@gmail.com>2015-01-06 06:57:46 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-01-07 06:35:39 +0300
commit37fc272e5636a76c2cde9f8a40bff38a4dcfad9b (patch)
tree2c026d1d4eb0faece78dfbea0f83658c3ac649ce /plugins/Ecommerce/Controller.php
parent397756e0c3269c6c0a84e813dfcf7724a12d0635 (diff)
a few naming changes and bugfixes
Diffstat (limited to 'plugins/Ecommerce/Controller.php')
-rw-r--r--plugins/Ecommerce/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Ecommerce/Controller.php b/plugins/Ecommerce/Controller.php
index b78e6aebe2..e42db46a05 100644
--- a/plugins/Ecommerce/Controller.php
+++ b/plugins/Ecommerce/Controller.php
@@ -47,12 +47,12 @@ class Controller extends \Piwik\Plugins\Goals\Controller
return $this->ecommerceReport();
}
- public function ecommerceProducts()
+ public function sales()
{
$viewOverview = $this->getGoalReportView(Piwik::LABEL_ID_GOAL_IS_ECOMMERCE_ORDER);
$reportsByDimension = $viewOverview->goalReportsByDimension;
- $view = new View('@Ecommerce/ecommerceProducts');
+ $view = new View('@Ecommerce/sales');
$this->setGeneralVariablesView($view);
$view->goalReportsByDimension = $reportsByDimension;