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:
Diffstat (limited to 'core/API/DataTableManipulator/Flattener.php')
-rw-r--r--core/API/DataTableManipulator/Flattener.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/API/DataTableManipulator/Flattener.php b/core/API/DataTableManipulator/Flattener.php
index fbcd36d068..1fc5edc359 100644
--- a/core/API/DataTableManipulator/Flattener.php
+++ b/core/API/DataTableManipulator/Flattener.php
@@ -65,6 +65,7 @@ class Flattener extends DataTableManipulator
// this recursive filter will be applied to subtables
$dataTable->filter('ReplaceSummaryRowLabel');
+ $dataTable->filter('ReplaceColumnNames');
$this->flattenDataTableInto($dataTable, $newDataTable);