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-04 12:54:30 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-04 12:54:30 +0400
commitc204a315c5cb5fcbaf4b5e0f321d085666b75550 (patch)
treee049044dd36625ff252a1aef6681b6966442d033 /core/ArchiveProcessor.php
parent227a95253d55a493dc95ab11bf95bffb7fe82cbc (diff)
Moving getDataTableFromDataArray -> DataArray.asDataTable
Diffstat (limited to 'core/ArchiveProcessor.php')
-rw-r--r--core/ArchiveProcessor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ArchiveProcessor.php b/core/ArchiveProcessor.php
index b15eae075d..5abf84ca07 100644
--- a/core/ArchiveProcessor.php
+++ b/core/ArchiveProcessor.php
@@ -29,7 +29,7 @@ use Piwik\Period;
* data is found to be absent, the archiving process is launched. An ArchiveProcessor
* instance is created based on the period type and the archiving logic of every
* active plugin is executed through the [ArchiveProcessor.Day.compute](#) and
- * [ArchiveProcessor.Period.compute](#) events.
+ * [ArchiveProcessor.aggregateMultipleReports](#) events.
*
* Plugins receive ArchiveProcessor instances in those events and use them to
* aggregate data for the requested site, period and segment. The aggregate