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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-21 04:12:43 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-21 04:12:43 +0400
commite3e415f36e7b33075742c7f8440e030708048ed8 (patch)
tree56c2fa245e5402823426b9ebe23e01e32577aa44 /plugins/VisitorInterest/VisitorInterest.php
parent8bcfd9f1bb74b70aabfa9aa58e3c12d460ae9670 (diff)
let the viewDataTable decide whether it can handle the view or not, better name for showAllViewsIcons
Diffstat (limited to 'plugins/VisitorInterest/VisitorInterest.php')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 6651c4d4ca..8dbcf130fe 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -237,7 +237,7 @@ class VisitorInterest extends \Piwik\Plugin
$view->config->show_limit_control = false;
$view->config->show_search = false;
$view->config->show_table_all_columns = false;
- $view->config->show_all_views_icons = false;
+ $view->config->show_graph_views_icons = false;
}
private function configureViewForGetNumberOfVisitsByDaysSinceLast(ViewDataTable $view)
@@ -251,7 +251,7 @@ class VisitorInterest extends \Piwik\Plugin
$view->config->show_offset_information = false;
$view->config->show_pagination_control = false;
$view->config->show_limit_control = false;
- $view->config->show_all_views_icons = false;
+ $view->config->show_graph_views_icons = false;
$view->config->show_table_all_columns = false;
$view->config->show_exclude_low_population = false;
$view->config->addTranslation('label', Piwik::translate('General_DaysSinceLastVisit'));