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-19 01:48:07 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-19 01:48:07 +0400
commit649d6c4961cd2afc3fa077e16659712eb9710d09 (patch)
tree7c0adcd45ccdb27467f2dd54ca32e449e9ca69a6 /plugins/Referrers/Reports/GetCampaigns.php
parente450ec5a097625bf15da91376e8f81a0977c5a5e (diff)
no longer needed to define this as it is already defined on the report actionToLoadSubtables [skip ci]
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 f4410ad1a8..6da820a436 100644
--- a/plugins/Referrers/Reports/GetCampaigns.php
+++ b/plugins/Referrers/Reports/GetCampaigns.php
@@ -31,7 +31,6 @@ class GetCampaigns extends Base
public function configureView(ViewDataTable $view)
{
$view->config->show_goals = true;
- $view->config->subtable_controller_action = 'getKeywordsFromCampaignId';
$view->config->show_exclude_low_population = false;
$view->config->addTranslation('label', $this->dimension->getName());