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-04-09 03:40:38 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-04-09 03:40:38 +0400
commit047f14fa6cce66fd9d26751c3b6cccef5219ad7f (patch)
tree96beb3c205902d79dde930ce3838a5c0613dbeae /plugins/Referers/Controller.php
parente54936b406bb14fc073966a5bf70027282da3e50 (diff)
- adding Piwik_EditMenuUrl('Visitors', 'Locations', array('module' => 'GeoIp')); which edits the LINK in the menu entry, so that the menu links another plugin instead.
useful for plugin that want to do the same job as an existing plugin, but better :)
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 6362a6d2ee..629711eac8 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -80,6 +80,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
'Referers.getKeywords',
'getSearchEnginesFromKeywordId'
);
+
$view->disableExcludeLowPopulation();
$view->setColumnsToDisplay( array('label','nb_visits') );