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:
authormattab <matthieu.aubry@gmail.com>2014-07-09 18:34:59 +0400
committermattab <matthieu.aubry@gmail.com>2014-07-09 18:34:59 +0400
commit2d3963b954364784f8ab2d7f186bc2ff62b844a0 (patch)
tree28607a2ef126937af1f36431e9838ee41f93f19c /core/ArchiveProcessor.php
parent917ec780e616c7184a5e8b284bea11f29660f41c (diff)
Refs #5273 Replace Trac ticket URL to Github
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index c15ea5dd54..10374f18c4 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -337,7 +337,7 @@ class ArchiveProcessor
}
if ($dataTable instanceof Map) {
- // see http://dev.piwik.org/trac/ticket/4377
+ // see https://github.com/piwik/piwik/issues/4377
$self = $this;
$dataTable->filter(function ($table) use ($self, $columnsToRenameAfterAggregation) {
$self->renameColumnsAfterAggregation($table, $columnsToRenameAfterAggregation);