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@googlemail.com>2014-05-07 04:06:57 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-07 04:06:57 +0400
commit7ca0a8c32378be8c4a911b1d3ea1475a3d8c7230 (patch)
tree325ff127116b724afd4438ea952579dfe32f5fbb /core/ArchiveProcessor.php
parent9e86c7960608c42aebe1966bb368bb07cc4a34bc (diff)
refs #4377 added link to ticket
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index 1c44465e5b..b3383e5ce2 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -338,6 +338,7 @@ class ArchiveProcessor
}
if ($dataTable instanceof Map) {
+ // see http://dev.piwik.org/trac/ticket/4377
foreach ($dataTable->getDataTables() as $table) {
$this->renameColumnsAfterAggregation($table, $columnsToRenameAfterAggregation);
}