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-11 03:23:04 +0300
committerdiosmosis <benaka@piwik.pro>2014-11-11 03:23:04 +0300
commitc2a08b346bc168b8a319a193b1adcc69340a3b5f (patch)
tree2535467b7a21660a3911d9efc849fff8ee7e9e3e /plugins/Contents
parent8f2ee806cf6c75097670878a32a229e8694c8953 (diff)
Applying some review TODO.
Diffstat (limited to 'plugins/Contents')
-rw-r--r--plugins/Contents/Metrics/InteractionRate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/Metrics/InteractionRate.php b/plugins/Contents/Metrics/InteractionRate.php
index aba2376324..8d8500cf8a 100644
--- a/plugins/Contents/Metrics/InteractionRate.php
+++ b/plugins/Contents/Metrics/InteractionRate.php
@@ -44,7 +44,7 @@ class InteractionRate extends ProcessedMetric
return ($value * 100) . '%';
}
- public function getDependenctMetrics()
+ public function getDependentMetrics()
{
return array('nb_interactions', 'nb_impressions');
}