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 /plugins/Referrers/Reports/GetCampaigns.php
parent1fedbbd0b60ad237f8bfa498b342c0322e2e12fe (diff)
refs #5820 added documentation and improved code
Diffstat (limited to 'plugins/Referrers/Reports/GetCampaigns.php')
-rw-r--r--plugins/Referrers/Reports/GetCampaigns.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Referrers/Reports/GetCampaigns.php b/plugins/Referrers/Reports/GetCampaigns.php
index 6da820a436..fbc0835a3b 100644
--- a/plugins/Referrers/Reports/GetCampaigns.php
+++ b/plugins/Referrers/Reports/GetCampaigns.php
@@ -30,7 +30,6 @@ class GetCampaigns extends Base
public function configureView(ViewDataTable $view)
{
- $view->config->show_goals = true;
$view->config->show_exclude_low_population = false;
$view->config->addTranslation('label', $this->dimension->getName());