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:
-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;
}