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 'plugins/Goals/Reports/GetVisitsUntilConversion.php')
-rw-r--r--plugins/Goals/Reports/GetVisitsUntilConversion.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Reports/GetVisitsUntilConversion.php b/plugins/Goals/Reports/GetVisitsUntilConversion.php
index 6be172a866..8d7c27e027 100644
--- a/plugins/Goals/Reports/GetVisitsUntilConversion.php
+++ b/plugins/Goals/Reports/GetVisitsUntilConversion.php
@@ -22,7 +22,7 @@ class GetVisitsUntilConversion extends BaseGoal
$this->name = Piwik::translate('Goals_VisitsUntilConv');
$this->dimension = new VisitsUntilConversion();
$this->constantRowsCount = true;
- $this->processedMetrics = false;
+ $this->processedMetrics = array();
$this->parameters = array();
$this->metrics = array('nb_conversions');
$this->order = 5;