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-11-05 01:17:10 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-05 01:17:10 +0400
commitf226904b1ef360c35f2e42dbc685f5db3d41a1fb (patch)
tree28583d35d9874391fcad900957b3450a36cda1fc /plugins/CustomVariables/Archiver.php
parentb56b6b83d17ddb99f680ac5cebbb2c9d9ddf3f93 (diff)
Renaming archive helpers Reports->Records + move getMetricsForDimension to Logaggregator
Diffstat (limited to 'plugins/CustomVariables/Archiver.php')
-rw-r--r--plugins/CustomVariables/Archiver.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/Archiver.php b/plugins/CustomVariables/Archiver.php
index 203c511c32..261255141b 100644
--- a/plugins/CustomVariables/Archiver.php
+++ b/plugins/CustomVariables/Archiver.php
@@ -203,7 +203,7 @@ class Archiver extends \Piwik\Plugin\Archiver
public function aggregateMultipleReports()
{
- $nameToCount = $this->getProcessor()->aggregateDataTableReports(
+ $nameToCount = $this->getProcessor()->aggregateDataTableRecords(
self::CUSTOM_VARIABLE_RECORD_NAME, $this->maximumRowsInDataTableLevelZero, $this->maximumRowsInSubDataTable,
$columnToSort = Metrics::INDEX_NB_VISITS);
}