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>2008-11-21 21:10:02 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-21 21:10:02 +0300
commit9b86be897b8ba44278debf7e93e4f133541414e2 (patch)
treef7c60a9a0159325d64aa3bfaf4c5d4fb58a6418d /plugins/Referers/Controller.php
parent9abd41fedc8c615e927bf1a055e58b27869fc35e (diff)
- not showing the icon "more data" for some reports
- excluding *.db from svn - still needs work (refactoring the viewdatatable show VS enabled notion + i18n of icon etc.)
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 9d7676ece4..31025d9e00 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -75,7 +75,6 @@ class Piwik_Referers_Controller extends Piwik_Controller
'getSearchEnginesFromKeywordId'
);
$view->disableExcludeLowPopulation();
-
$view->setColumnsToDisplay( array('label','nb_visits') );
return $this->renderView($view, $fetch);
@@ -147,7 +146,6 @@ class Piwik_Referers_Controller extends Piwik_Controller
$view->setColumnsToDisplay( array('label','nb_visits') );
$view->setLimit(10);
$view->setGraphLimit(12);
-
return $this->renderView($view, $fetch);
}