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-08 05:36:58 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-08 05:36:58 +0400
commit74226f68c27cb212fd8d6a6588767fa45fc213e7 (patch)
tree3ba0eb03186e34a1090c3f15822bcf3b5059943f /core/Archive.php
parent5b6dd785be5e812db122db0c25303d13e011d899 (diff)
Refs #4278
* Moving Core visit metrics archiving logic to PluginsArchiver which is consistent * Cutting down code that should be unused after refactoring
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Archive.php b/core/Archive.php
index e0232f698f..f8fa4957cd 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -775,7 +775,7 @@ class Archive
return $plugin;
}
- /**getNumberOfVisits
+ /**
* @param $archiveGroups
* @param $site
* @param $period
@@ -793,7 +793,7 @@ class Archive
$this->initializeArchiveIdCache($doneFlag);
$parameters->setRequestedPlugin($plugin);
- $idArchive = $processing->prepareArchiveId();
+ $idArchive = $processing->prepareArchive();
if($idArchive) {
$this->idarchives[$doneFlag][$periodString][] = $idArchive;