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 02:34:41 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-05 02:34:41 +0400
commit2bf4ee763c8be29286b45c9118737d41a584119d (patch)
tree9cba7322e8d49e0058b532d59cf5f078ddf23470 /plugins/CustomVariables/CustomVariables.php
parent36ae1992b6b14f27b06aae0638077193da86e088 (diff)
Renaming ArchiveProcessor\Period to Aggregator
Diffstat (limited to 'plugins/CustomVariables/CustomVariables.php')
-rw-r--r--plugins/CustomVariables/CustomVariables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index c1c0df4ca1..0c6ad4f9ff 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -145,7 +145,7 @@ class CustomVariables extends \Piwik\Plugin
}
}
- public function aggregateMultipleReports(ArchiveProcessor\Period $archiveProcessor)
+ public function aggregateMultipleReports(ArchiveProcessor\Aggregator $archiveProcessor)
{
$archiving = new Archiver($archiveProcessor);
if ($archiving->shouldArchive()) {