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:
authordiosmosis <benaka@piwik.pro>2014-11-08 02:46:58 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-08 03:00:47 +0300
commit68d77438edb1a492c9ef7943c16ac9874175b362 (patch)
treef5904b96eeefa21836b4033df180f5cdace544fb /plugins/Contents/API.php
parent949adebcc57524bd49c61eba6fda670c46654630 (diff)
Converted most other processed metric calculation to use ProcessedMetric class.
Diffstat (limited to 'plugins/Contents/API.php')
-rw-r--r--plugins/Contents/API.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Contents/API.php b/plugins/Contents/API.php
index 002360588f..43d07b7cdc 100644
--- a/plugins/Contents/API.php
+++ b/plugins/Contents/API.php
@@ -61,8 +61,5 @@ class API extends \Piwik\Plugin\API
}
}
});
-
- // Content interaction rate = interactions / impressions
- $dataTable->queueFilter('ColumnCallbackAddColumnPercentage', array('interaction_rate', 'nb_interactions', 'nb_impressions', $precision = 2));
}
}