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:
authormattab <matthieu.aubry@gmail.com>2014-01-10 00:27:49 +0400
committermattab <matthieu.aubry@gmail.com>2014-01-10 00:27:49 +0400
commitd575ac12fd74ae42994542814c5eaa96d74fd395 (patch)
treed99b96b81e152b8c8610ce9606b4909ef812c621 /plugins/Goals/Visualizations/Goals.php
parent3477c2da5db1e18f6672860add03ead0bde84d89 (diff)
Refs #4490 Allow to get custom variable values by name, in the Goals/Ecommerce reports.
Diffstat (limited to 'plugins/Goals/Visualizations/Goals.php')
-rw-r--r--plugins/Goals/Visualizations/Goals.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Visualizations/Goals.php b/plugins/Goals/Visualizations/Goals.php
index 968843aac2..229bc4b7dd 100644
--- a/plugins/Goals/Visualizations/Goals.php
+++ b/plugins/Goals/Visualizations/Goals.php
@@ -33,7 +33,7 @@ class Goals extends HtmlTable
{
parent::beforeLoadDataTable();
- if (!$this->config->disable_subtable_when_show_goals) {
+ if($this->config->disable_subtable_when_show_goals) {
$this->config->subtable_controller_action = null;
}