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>2008-03-22 03:49:23 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-03-22 03:49:23 +0300
commitd6fcf24975f28d2f4d2172d34c0027695da0179d (patch)
tree013d3a22098dd7b67cd40f0f2e2e1042754083aa /plugins/VisitorInterest/Controller.php
parentb9eb47b19b377e3d1cc2edc5f6e71ccf18afe630 (diff)
- removed CSS collapse for datatable it seems a bit better?
- minor default presentation updates git-svn-id: http://dev.piwik.org/svn/trunk@398 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitorInterest/Controller.php')
-rw-r--r--plugins/VisitorInterest/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/VisitorInterest/Controller.php b/plugins/VisitorInterest/Controller.php
index 2cf67290e1..46812ac313 100644
--- a/plugins/VisitorInterest/Controller.php
+++ b/plugins/VisitorInterest/Controller.php
@@ -34,7 +34,7 @@ class Piwik_VisitorInterest_Controller extends Piwik_Controller
function getNumberOfVisitsPerPage( $fetch = false)
{
- $view = Piwik_ViewDataTable::factory();
+ $view = Piwik_ViewDataTable::factory( null, 'cloud' );
$view->init( $this->pluginName, __FUNCTION__,
"VisitorInterest.getNumberOfVisitsPerPage" );