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:
authormattab <matthieu.aubry@gmail.com>2013-06-18 05:20:35 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-18 05:20:35 +0400
commit1668b467375522eb83f9790e114b1a37d2a599f3 (patch)
treed5dcfd00694da9ce756bd78ab96dd39622350ebc /plugins/Goals/Archiver.php
parent53d73c6de48c20f4e238bb5969e0a470bccbe814 (diff)
Commenting/cleanup new classes
Diffstat (limited to 'plugins/Goals/Archiver.php')
-rw-r--r--plugins/Goals/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Goals/Archiver.php b/plugins/Goals/Archiver.php
index 2a9660c0a8..8a6b9b4582 100644
--- a/plugins/Goals/Archiver.php
+++ b/plugins/Goals/Archiver.php
@@ -402,7 +402,7 @@ class Piwik_Goals_Archiver extends Piwik_PluginsArchiver
$fieldsToSum[] = self::getRecordName($metricName, $goalId);
}
}
- $records = $this->getProcessor()->archiveNumericValuesGeneral($fieldsToSum);
+ $records = $this->getProcessor()->aggregateNumericMetrics($fieldsToSum);
// also recording conversion_rate for each goal
foreach ($goalIdsToSum as $goalId) {