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:
authormattpiwik <matthieu.aubry@gmail.com>2011-06-19 08:01:00 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-06-19 08:01:00 +0400
commit942836f6d9c1be28932f7040659c159e446a10c1 (patch)
treed93235f0e4147ca7a2b145954220f69f1a574c4e /plugins/Live/Controller.php
parentf5eb0a82192fa3f53aff927967a406a7c854cac2 (diff)
* Fix All websites dashboard working fine when Goals plugin is disabled
* Fix Visitor log Next showing even when no element are following git-svn-id: http://dev.piwik.org/svn/trunk@4935 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/Live/Controller.php')
-rw-r--r--plugins/Live/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/Controller.php b/plugins/Live/Controller.php
index e550c8e0e3..c1d6b42f01 100644
--- a/plugins/Live/Controller.php
+++ b/plugins/Live/Controller.php
@@ -69,7 +69,7 @@ class Piwik_Live_Controller extends Piwik_Controller
$view->setTemplate("Live/templates/visitorLog.tpl");
$view->setSortedColumn('idVisit', 'ASC');
$view->disableSearchBox();
- $view->setLimit(10);
+ $view->setLimit(20);
$view->disableOffsetInformation();
$view->disableExcludeLowPopulation();