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 <tsteur@users.noreply.github.com>2016-10-05 08:21:32 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-10-05 08:21:32 +0300
commit14f9599b5d5c8b0d58c5c75d91037d05666b1f19 (patch)
tree41219880f820f359a40c34518e3b05a6607df240 /plugins
parent5262b7a05527f09a1a6b7fdac9bf1fb7bac37bad (diff)
Don't force enable low population when using all columns table (#10653)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php b/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php
index ef6ad37ea8..536477abb3 100644
--- a/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php
+++ b/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php
@@ -26,7 +26,6 @@ class AllColumns extends HtmlTable
public function beforeRender()
{
$this->config->show_extra_columns = true;
- $this->config->show_exclude_low_population = true;
parent::beforeRender();
}