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-11-21 21:10:02 +0300
committermattpiwik <matthieu.aubry@gmail.com>2008-11-21 21:10:02 +0300
commit0887c72f2513d9dababb8d513287924596cb8b92 (patch)
treef7c60a9a0159325d64aa3bfaf4c5d4fb58a6418d /plugins/VisitorInterest/Controller.php
parentda5c80d723105bce1d342b4f5f8b9a47812da3bd (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.) git-svn-id: http://dev.piwik.org/svn/trunk@736 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/VisitorInterest/Controller.php')
-rw-r--r--plugins/VisitorInterest/Controller.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/VisitorInterest/Controller.php b/plugins/VisitorInterest/Controller.php
index 98390339a5..65d426863a 100644
--- a/plugins/VisitorInterest/Controller.php
+++ b/plugins/VisitorInterest/Controller.php
@@ -22,6 +22,7 @@ class Piwik_VisitorInterest_Controller extends Piwik_Controller
$view->disableExcludeLowPopulation();
$view->disableOffsetInformation();
$view->disableSearchBox();
+ $view->disableShowAllColumns();
return $this->renderView($view, $fetch);
}
@@ -38,6 +39,7 @@ class Piwik_VisitorInterest_Controller extends Piwik_Controller
$view->disableOffsetInformation();
$view->disableSearchBox();
$view->disableSort();
+ $view->disableShowAllColumns();
return $this->renderView($view, $fetch);
}