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>2014-09-22 07:12:09 +0400
committermattab <matthieu.aubry@gmail.com>2014-09-22 07:12:09 +0400
commit4ea1841aa42eb46f3b58005bbfc8cba1f289c5a8 (patch)
tree4f8689108c9c056473c814489c5b9a03766c30b0 /core/CronArchive.php
parent23cac750d1580e76fd2d19b5d8a9e09cd4293e64 (diff)
rename Site -> Website
Diffstat (limited to 'core/CronArchive.php')
-rw-r--r--core/CronArchive.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index 02747580d6..442480051b 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -597,7 +597,7 @@ class CronArchive
// since it's now just about to being re-processed, makes sure another running cron archiving process
// does not archive the same idSite
if ($this->isOldReportInvalidatedForWebsite($idSite)) {
- $this->removeSiteFromInvalidatedWebsites($idSite);
+ $this->removeWebsiteFromInvalidatedWebsites($idSite);
}
// when some data was purged from this website
@@ -1189,7 +1189,7 @@ class CronArchive
/**
* @param $idSite
*/
- protected function removeSiteFromInvalidatedWebsites($idSite)
+ protected function removeWebsiteFromInvalidatedWebsites($idSite)
{
$websiteIdsInvalidated = APICoreAdminHome::getWebsiteIdsToInvalidate();
if (count($websiteIdsInvalidated)) {