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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-11 02:04:59 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-02-11 02:04:59 +0300
commit8d6946c521c32801aeba6ba1bf2e4d84cf09c147 (patch)
tree8ff26b8299eddbaf0dc1cd5b248cbcd5eb1fb7df /plugins/Referers/Controller.php
parent176d5c2461a7e3a5ff9ffcacb32fe55ba87f1681 (diff)
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 c064e8b83e..a9ba225e28 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -63,9 +63,9 @@ class Piwik_Referers_Controller extends Piwik_Controller
return $this->renderView($view, $fetch);
}
- function getKeywords( $fetch = false)
+ function getKeywords( $fetch = false, $viewDataTable = null)
{
- $view = Piwik_ViewDataTable::factory();
+ $view = Piwik_ViewDataTable::factory($viewDataTable);
$view->init( $this->pluginName, __FUNCTION__,
'Referers.getKeywords',
'getSearchEnginesFromKeywordId'