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-07-18 14:43:49 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-07-18 14:43:49 +0400
commit9df00a69dc93f29bd9a8efbe8bb239a3b9e07886 (patch)
tree8e5bf94de20ba0a3b065ea220daa906a2690f89a /core/Plugin/ViewDataTable.php
parent1fedbbd0b60ad237f8bfa498b342c0322e2e12fe (diff)
refs #5820 added documentation and improved code
Diffstat (limited to 'core/Plugin/ViewDataTable.php')
-rw-r--r--core/Plugin/ViewDataTable.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/Plugin/ViewDataTable.php b/core/Plugin/ViewDataTable.php
index dbfa1a8834..fe603b159d 100644
--- a/core/Plugin/ViewDataTable.php
+++ b/core/Plugin/ViewDataTable.php
@@ -200,6 +200,8 @@ abstract class ViewDataTable implements ViewInterface
$this->config->subtable_controller_action = $subtable;
}
+ $this->config->show_goals = $report->hasGoalMetrics();
+
$relatedReports = $report->getRelatedReports();
if (!empty($relatedReports)) {
foreach ($relatedReports as $relatedReport) {