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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-28 17:49:09 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-11-28 17:49:09 +0300
commit2bcd30b0f3cb5cf9ca0e1ff60da81667ba1b0275 (patch)
tree9115e2611c41dbc3dc20ee74ee43e6d66014a58c
parentd00f18330fead0588b87001d307da18a307db913 (diff)
-rw-r--r--plugins/Actions/API.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Actions/API.php b/plugins/Actions/API.php
index f26cd2fd42..42996b7a53 100644
--- a/plugins/Actions/API.php
+++ b/plugins/Actions/API.php
@@ -51,7 +51,6 @@ class Piwik_Actions_API extends Piwik_Apiable
$dataTable = $archive->getDataTable($name, $idSubtable);
}
$dataTable->queueFilter('Piwik_DataTable_Filter_ReplaceSummaryRowLabel');
- $dataTable->queueFilter('Piwik_DataTable_Filter_ReplaceColumnNames');
return $dataTable;
}