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>2016-02-15 02:22:38 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-02-15 02:22:38 +0300
commit5091996c74f5de0e0bbb054e42742de957415bed (patch)
tree932fe35df27c17042f3a7102e4e98e0b38cdefae /plugins/Ecommerce/Controller.php
parent35630a820b3fb5ec13b6830c56d2a808f96d01c8 (diff)
fix some ui tests
Diffstat (limited to 'plugins/Ecommerce/Controller.php')
-rw-r--r--plugins/Ecommerce/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Ecommerce/Controller.php b/plugins/Ecommerce/Controller.php
index 780c905c7c..16d324ab0d 100644
--- a/plugins/Ecommerce/Controller.php
+++ b/plugins/Ecommerce/Controller.php
@@ -79,6 +79,7 @@ class Controller extends \Piwik\Plugins\Goals\Controller
$dataRow = $goalMetrics->getFirstRow();
$view->idSite = Common::getRequestVar('idSite', null, 'int');
+ $view->idGoal = $idGoal;
if ($dataRow) {
$view->revenue = $dataRow->getColumn('revenue');