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-03-22 03:49:23 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-03-22 03:49:23 +0300
commit08d31f17a4ae347f23b31561f30283fd4eabe938 (patch)
tree013d3a22098dd7b67cd40f0f2e2e1042754083aa /plugins/Referers/Controller.php
parent4e65a148d94ed1d2549efb28fd6fc22c1a8707f9 (diff)
- removed CSS collapse for datatable it seems a bit better?
- minor default presentation updates
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 69e609dbbe..958372d4ed 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -140,7 +140,7 @@ class Piwik_Referers_Controller extends Piwik_Controller
$view->setColumnsToDisplay( array('label','nb_visits') );
- $view->setLimit(5);
+ $view->setLimit(10);
$view->setGraphLimit(12);
return $this->renderView($view, $fetch);