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/CoreHome/DataTableRowAction/RowEvolution.php
parent8bcfd9f1bb74b70aabfa9aa58e3c12d460ae9670 (diff)
let the viewDataTable decide whether it can handle the view or not, better name for showAllViewsIcons
Diffstat (limited to 'plugins/CoreHome/DataTableRowAction/RowEvolution.php')
-rw-r--r--plugins/CoreHome/DataTableRowAction/RowEvolution.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/DataTableRowAction/RowEvolution.php b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
index ad87693121..427d455bda 100644
--- a/plugins/CoreHome/DataTableRowAction/RowEvolution.php
+++ b/plugins/CoreHome/DataTableRowAction/RowEvolution.php
@@ -198,7 +198,7 @@ class RowEvolution
}
$view->config->show_goals = false;
- $view->config->show_all_views_icons = false;
+ $view->config->show_graph_views_icons = false;
$view->config->show_active_view_icon = false;
$view->config->show_related_reports = false;
$view->config->show_series_picker = false;