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:
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 658cc5ab8f..098ad12ad3 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -76,9 +76,9 @@ class Piwik_Referers_Controller extends Piwik_Controller
return $this->renderView($view, $fetch);
}
- function getKeywords( $fetch = false, $viewDataTable = null)
+ function getKeywords( $fetch = false)
{
- $view = Piwik_ViewDataTable::factory($viewDataTable);
+ $view = Piwik_ViewDataTable::factory();
$view->init( $this->pluginName, __FUNCTION__,
'Referers.getKeywords',
'getSearchEnginesFromKeywordId'