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
path: root/core/API
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2014-11-18 14:03:00 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-18 14:03:00 +0300
commit1549db614355de2e68384302d239a75faf79f3e0 (patch)
treebfa5119ac82471972bbcc2690469d1e56cc53935 /core/API
parentd9c00de03a9786c7902cb1c27d039e60a196106b (diff)
Removing TODOs and tweaking existing code.
Diffstat (limited to 'core/API')
-rw-r--r--core/API/DataTablePostProcessor.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/API/DataTablePostProcessor.php b/core/API/DataTablePostProcessor.php
index 815ea3c911..966905f41b 100644
--- a/core/API/DataTablePostProcessor.php
+++ b/core/API/DataTablePostProcessor.php
@@ -23,7 +23,7 @@ use Piwik\Plugin\Report;
/**
* Processes DataTables that should be served through Piwik's APIs. This processing handles
* special query parameters and computes processed metrics. It does not included rendering to
- * output formates (eg, 'xml').
+ * output formats (eg, 'xml').
*/
class DataTablePostProcessor
{
@@ -90,7 +90,6 @@ class DataTablePostProcessor
$dataTable = $this->applyGenericFilters($dataTable);
- // TODO: if dependent metrics for a processed metric are not present in first row of a table, skip computation
$this->applyComputeProcessedMetrics($dataTable);
// we automatically safe decode all datatable labels (against xss)