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/Events
parent8f2ee806cf6c75097670878a32a229e8694c8953 (diff)
Applying some review TODO.
Diffstat (limited to 'plugins/Events')
-rw-r--r--plugins/Events/Metrics/AverageEventValue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Events/Metrics/AverageEventValue.php b/plugins/Events/Metrics/AverageEventValue.php
index a15714591a..df2f932ba8 100644
--- a/plugins/Events/Metrics/AverageEventValue.php
+++ b/plugins/Events/Metrics/AverageEventValue.php
@@ -38,7 +38,7 @@ class AverageEventValue extends ProcessedMetric
return Piwik::getQuotientSafe($sumEventValue, $eventsWithValue, $precision = 2);
}
- public function getDependenctMetrics()
+ public function getDependentMetrics()
{
return array('sum_event_value', 'nb_events_with_value');
}