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@googlemail.com>2014-06-30 00:58:49 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-30 00:58:49 +0400
commitcc02d05560c269fcc7d0ad75c3beabe6fb364dbe (patch)
treee66662da63189e5947b4d2def2f44c86de388f86 /plugins/CustomVariables/Reports
parent5526d13dc7bfa38da9ca6342ad92caabc9c2b824 (diff)
fixed some tests
Diffstat (limited to 'plugins/CustomVariables/Reports')
-rw-r--r--plugins/CustomVariables/Reports/GetCustomVariables.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CustomVariables/Reports/GetCustomVariables.php b/plugins/CustomVariables/Reports/GetCustomVariables.php
index b6f7e34666..9b90c3ed0b 100644
--- a/plugins/CustomVariables/Reports/GetCustomVariables.php
+++ b/plugins/CustomVariables/Reports/GetCustomVariables.php
@@ -25,6 +25,7 @@ class GetCustomVariables extends Base
$this->order = 10;
$this->widgetTitle = 'CustomVariables_CustomVariables';
$this->menuTitle = 'CustomVariables_CustomVariables';
+ $this->hasGoalMetrics = true;
}
public function configureView(ViewDataTable $view)